mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
fix unix bustage once and for all
This commit is contained in:
parent
d24ec6790d
commit
ab78f88559
@ -22,7 +22,6 @@
|
||||
|
||||
#include "FixedTableLayoutStrategy.h"
|
||||
#include "nsTableFrame.h"
|
||||
#include "nsTableColFrame.h"
|
||||
#include "nsTableCellFrame.h"
|
||||
#include "nsIStyleContext.h"
|
||||
#include "nsStyleConsts.h"
|
||||
|
@ -19,8 +19,9 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
#include "nsTableCellFrame.h"
|
||||
#include "nsTableFrame.h"
|
||||
#include "nsTableColFrame.h"
|
||||
#include "nsTableCellFrame.h"
|
||||
#include "nsTableFrame.h"
|
||||
#include "nsIReflowCommand.h"
|
||||
#include "nsIStyleContext.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsContainerFrame.h"
|
||||
#include "nsTableFrame.h"
|
||||
|
||||
class nsVoidArray;
|
||||
class nsTableCellFrame;
|
||||
|
@ -24,10 +24,10 @@
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsHTMLContainerFrame.h"
|
||||
#include "nsTableColFrame.h"
|
||||
|
||||
class nsTableColFrame;
|
||||
class nsTableFrame;
|
||||
enum nsTableColType;
|
||||
|
||||
enum nsTableColGroupType {
|
||||
eColGroupContent = 0, // there is real col group content associated
|
||||
|
@ -29,6 +29,8 @@
|
||||
#include "nsStyleConsts.h"
|
||||
#include "nsIStyleContext.h"
|
||||
#include "nsITableLayout.h"
|
||||
#include "nsTableColFrame.h"
|
||||
#include "nsTableColGroupFrame.h"
|
||||
|
||||
class nsCellMap;
|
||||
class nsTableCellFrame;
|
||||
@ -43,8 +45,6 @@ class nsHTMLValue;
|
||||
struct InnerTableReflowState;
|
||||
struct nsStylePosition;
|
||||
struct nsStyleSpacing;
|
||||
enum nsTableColType;
|
||||
enum nsTableColGroupType;
|
||||
|
||||
/**
|
||||
* Child list name indices
|
||||
@ -131,9 +131,9 @@ public:
|
||||
|
||||
// Return the closest sibling of aPriorChildFrame (including aPriroChildFrame)
|
||||
// of type aChildType.
|
||||
static nsIFrame* nsTableFrame::GetFrameAtOrBefore(nsIFrame* aParentFrame,
|
||||
nsIFrame* aPriorChildFrame,
|
||||
nsIAtom* aChildType);
|
||||
static nsIFrame* GetFrameAtOrBefore(nsIFrame* aParentFrame,
|
||||
nsIFrame* aPriorChildFrame,
|
||||
nsIAtom* aChildType);
|
||||
/**
|
||||
* @param aReflowState the context within which we're to determine the table width info
|
||||
* @param aSpecifiedTableWidth [OUT] if the table is not auto-width,
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "FixedTableLayoutStrategy.h"
|
||||
#include "nsTableFrame.h"
|
||||
#include "nsTableColFrame.h"
|
||||
#include "nsTableCellFrame.h"
|
||||
#include "nsIStyleContext.h"
|
||||
#include "nsStyleConsts.h"
|
||||
|
@ -19,8 +19,9 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
#include "nsTableCellFrame.h"
|
||||
#include "nsTableFrame.h"
|
||||
#include "nsTableColFrame.h"
|
||||
#include "nsTableCellFrame.h"
|
||||
#include "nsTableFrame.h"
|
||||
#include "nsIReflowCommand.h"
|
||||
#include "nsIStyleContext.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsContainerFrame.h"
|
||||
#include "nsTableFrame.h"
|
||||
|
||||
class nsVoidArray;
|
||||
class nsTableCellFrame;
|
||||
|
@ -24,10 +24,10 @@
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsHTMLContainerFrame.h"
|
||||
#include "nsTableColFrame.h"
|
||||
|
||||
class nsTableColFrame;
|
||||
class nsTableFrame;
|
||||
enum nsTableColType;
|
||||
|
||||
enum nsTableColGroupType {
|
||||
eColGroupContent = 0, // there is real col group content associated
|
||||
|
@ -29,6 +29,8 @@
|
||||
#include "nsStyleConsts.h"
|
||||
#include "nsIStyleContext.h"
|
||||
#include "nsITableLayout.h"
|
||||
#include "nsTableColFrame.h"
|
||||
#include "nsTableColGroupFrame.h"
|
||||
|
||||
class nsCellMap;
|
||||
class nsTableCellFrame;
|
||||
@ -43,8 +45,6 @@ class nsHTMLValue;
|
||||
struct InnerTableReflowState;
|
||||
struct nsStylePosition;
|
||||
struct nsStyleSpacing;
|
||||
enum nsTableColType;
|
||||
enum nsTableColGroupType;
|
||||
|
||||
/**
|
||||
* Child list name indices
|
||||
@ -131,9 +131,9 @@ public:
|
||||
|
||||
// Return the closest sibling of aPriorChildFrame (including aPriroChildFrame)
|
||||
// of type aChildType.
|
||||
static nsIFrame* nsTableFrame::GetFrameAtOrBefore(nsIFrame* aParentFrame,
|
||||
nsIFrame* aPriorChildFrame,
|
||||
nsIAtom* aChildType);
|
||||
static nsIFrame* GetFrameAtOrBefore(nsIFrame* aParentFrame,
|
||||
nsIFrame* aPriorChildFrame,
|
||||
nsIAtom* aChildType);
|
||||
/**
|
||||
* @param aReflowState the context within which we're to determine the table width info
|
||||
* @param aSpecifiedTableWidth [OUT] if the table is not auto-width,
|
||||
|
Loading…
x
Reference in New Issue
Block a user