| Index: Source/core/layout/compositing/CompositingLayerAssigner.h
|
| diff --git a/Source/core/layout/compositing/CompositingLayerAssigner.h b/Source/core/layout/compositing/CompositingLayerAssigner.h
|
| index 45398be4e3d2d13ee1c0decd761de2747a7a78c2..b4bd647b22a927def6ef4c3c6b7c88c4ec566243 100644
|
| --- a/Source/core/layout/compositing/CompositingLayerAssigner.h
|
| +++ b/Source/core/layout/compositing/CompositingLayerAssigner.h
|
| @@ -30,6 +30,7 @@
|
| #include "core/layout/compositing/DeprecatedPaintLayerCompositor.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/LayoutPoint.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -37,6 +38,7 @@ class CompositedDeprecatedPaintLayerMapping;
|
| class DeprecatedPaintLayer;
|
|
|
| class CompositingLayerAssigner {
|
| + STACK_ALLOCATED();
|
| public:
|
| explicit CompositingLayerAssigner(DeprecatedPaintLayerCompositor*);
|
| ~CompositingLayerAssigner();
|
|
|