| Index: Source/core/layout/SubtreeLayoutScope.h
|
| diff --git a/Source/core/layout/SubtreeLayoutScope.h b/Source/core/layout/SubtreeLayoutScope.h
|
| index 87a575621018303a0a7f941a8d8dcedf1e32a216..7f380493e8324872cbdbf54599c3e442b6e3eac9 100644
|
| --- a/Source/core/layout/SubtreeLayoutScope.h
|
| +++ b/Source/core/layout/SubtreeLayoutScope.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef SubtreeLayoutScope_h
|
| #define SubtreeLayoutScope_h
|
|
|
| +#include "core/inspector/InspectorTraceEvents.h"
|
| #include "wtf/HashSet.h"
|
|
|
| // This is the way to mark a subtree as needing layout during layout,
|
| @@ -51,7 +52,7 @@ public:
|
| SubtreeLayoutScope(LayoutObject& root);
|
| ~SubtreeLayoutScope();
|
|
|
| - void setNeedsLayout(LayoutObject* descendant);
|
| + void setNeedsLayout(LayoutObject* descendant, LayoutInvalidationReasonForTracing);
|
| void setChildNeedsLayout(LayoutObject* descendant);
|
|
|
| LayoutObject& root() { return m_root; }
|
|
|