зеркало из https://github.com/mozilla/pjs.git
Bug 89533. Remove unused reflow command types. r=rbs, sr=attinasi
This commit is contained in:
Родитель
fbbdea35f3
Коммит
c914d7b57a
|
@ -80,17 +80,6 @@ public:
|
|||
// reflow command is the frame that changed style.
|
||||
StyleChanged,
|
||||
|
||||
// When an incremental reflow operation affects a next-in-flow,
|
||||
// these commands are used to get the next-in-flow to update
|
||||
// itself.
|
||||
PullupReflow,
|
||||
PushReflow,
|
||||
|
||||
// This command is used to see if a prev-in-flow wants to pullup
|
||||
// some children from a next-in-flow that has changed because of
|
||||
// an incremental reflow.
|
||||
CheckPullupReflow,
|
||||
|
||||
// Reflow dirty stuff (really a per-frame extension)
|
||||
ReflowDirty,
|
||||
|
||||
|
|
|
@ -168,9 +168,6 @@ nsBlockFrame::InitDebugFlags()
|
|||
static const char* kReflowCommandType[] = {
|
||||
"ContentChanged",
|
||||
"StyleChanged",
|
||||
"PullupReflow",
|
||||
"PushReflow",
|
||||
"CheckPullupReflow",
|
||||
"ReflowDirty",
|
||||
"UserDefined",
|
||||
};
|
||||
|
|
|
@ -225,9 +225,6 @@ NS_IMETHODIMP nsHTMLReflowCommand::List(FILE* out) const
|
|||
static const char* kReflowCommandType[] = {
|
||||
"ContentChanged",
|
||||
"StyleChanged",
|
||||
"PullupReflow",
|
||||
"PushReflow",
|
||||
"CheckPullupReflow",
|
||||
"ReflowDirty",
|
||||
"UserDefined",
|
||||
};
|
||||
|
|
|
@ -168,9 +168,6 @@ nsBlockFrame::InitDebugFlags()
|
|||
static const char* kReflowCommandType[] = {
|
||||
"ContentChanged",
|
||||
"StyleChanged",
|
||||
"PullupReflow",
|
||||
"PushReflow",
|
||||
"CheckPullupReflow",
|
||||
"ReflowDirty",
|
||||
"UserDefined",
|
||||
};
|
||||
|
|
|
@ -225,9 +225,6 @@ NS_IMETHODIMP nsHTMLReflowCommand::List(FILE* out) const
|
|||
static const char* kReflowCommandType[] = {
|
||||
"ContentChanged",
|
||||
"StyleChanged",
|
||||
"PullupReflow",
|
||||
"PushReflow",
|
||||
"CheckPullupReflow",
|
||||
"ReflowDirty",
|
||||
"UserDefined",
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче