| Index: Source/core/layout/LayoutState.h
|
| diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
|
| index b9c1d7563be3ec124a62088100950add41972767..c908d8aa2ddf31fa59d68de9490f00c0cde5ae26 100644
|
| --- a/Source/core/layout/LayoutState.h
|
| +++ b/Source/core/layout/LayoutState.h
|
| @@ -27,6 +27,7 @@
|
| #define LayoutState_h
|
|
|
| #include "platform/geometry/LayoutRect.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| @@ -39,6 +40,7 @@ class LayoutObject;
|
| class LayoutView;
|
|
|
| class LayoutState {
|
| + DISALLOW_ALLOCATION();
|
| WTF_MAKE_NONCOPYABLE(LayoutState);
|
| public:
|
| // Constructor for root LayoutState created by LayoutView
|
|
|