| Index: Source/core/layout/SubtreeLayoutScope.h
|
| diff --git a/Source/core/layout/SubtreeLayoutScope.h b/Source/core/layout/SubtreeLayoutScope.h
|
| index d2e2780bab8601449d494bb8da0617e9883fb45f..fd8f43e682cc3411ff8ef324244b751f93a19170 100644
|
| --- a/Source/core/layout/SubtreeLayoutScope.h
|
| +++ b/Source/core/layout/SubtreeLayoutScope.h
|
| @@ -32,6 +32,7 @@
|
| #define SubtreeLayoutScope_h
|
|
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/HashSet.h"
|
|
|
| // This is the way to mark a subtree as needing layout during layout,
|
| @@ -48,6 +49,7 @@ namespace blink {
|
| class LayoutObject;
|
|
|
| class SubtreeLayoutScope {
|
| + STACK_ALLOCATED();
|
| public:
|
| SubtreeLayoutScope(LayoutObject& root);
|
| ~SubtreeLayoutScope();
|
|
|