mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
make colframe cache nonpublic bug 278644 r/sr=bzbarsky
This commit is contained in:
parent
17dd990512
commit
a4dea01a20
@ -851,16 +851,12 @@ public: /* ----- Cell Map public methods ----- */
|
||||
/*------------end of nsITableLayout methods -----------------------*/
|
||||
|
||||
public:
|
||||
static nsIAtom* gColGroupAtom;
|
||||
|
||||
#ifdef DEBUG
|
||||
void Dump(PRBool aDumpRows,
|
||||
PRBool aDumpCols,
|
||||
PRBool aDumpCellMap);
|
||||
#endif
|
||||
nsAutoVoidArray mColFrames; // XXX temporarily public
|
||||
|
||||
#ifdef DEBUG
|
||||
static void DumpTableFrames(nsIFrame* aFrame);
|
||||
static void DumpTableFrames(nsIFrame* aFrame);
|
||||
#endif
|
||||
|
||||
protected:
|
||||
@ -868,6 +864,7 @@ protected:
|
||||
void DumpRowGroup(nsIFrame* aChildFrame);
|
||||
#endif
|
||||
// DATA MEMBERS
|
||||
nsAutoVoidArray mColFrames;
|
||||
|
||||
struct TableBits {
|
||||
PRUint32 mHadInitialReflow:1; // has intial reflow happened
|
||||
|
Loading…
Reference in New Issue
Block a user