Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc

This commit is contained in:
bzbarsky@mit.edu
2006-09-19 04:26:20 +00:00
parent 2fc5169ca7
commit 8ec0a3ab15
12 changed files with 120 additions and 3 deletions

View File

@@ -50,6 +50,7 @@
#include "nsIScrollableViewProvider.h"
#include "nsIPhonetic.h"
#include "nsContentUtils.h"
#include "nsDisplayList.h"
class nsISupportsArray;
class nsIEditor;
@@ -88,6 +89,8 @@ public:
NS_IMETHOD GetMaxSize(nsBoxLayoutState& aBoxLayoutState, nsSize& aSize);
NS_IMETHOD GetAscent(nsBoxLayoutState& aBoxLayoutState, nscoord& aAscent);
DECL_DO_GLOBAL_REFLOW_COUNT_DSP(nsTextControlFrame, nsStackFrame)
virtual PRBool IsLeaf() const;
#ifdef ACCESSIBILITY