| Index: Source/core/paint/FilterPainter.h
|
| diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
|
| index f6923d51c8705d47dbfd50e803dc3107359351f8..8185740a86747a0a47d96518bbcd82b178b64c78 100644
|
| --- a/Source/core/paint/FilterPainter.h
|
| +++ b/Source/core/paint/FilterPainter.h
|
| @@ -6,6 +6,7 @@
|
| #define FilterPainter_h
|
|
|
| #include "core/paint/DeprecatedPaintLayerPaintingInfo.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
| @@ -16,6 +17,7 @@ class DeprecatedPaintLayer;
|
| class LayerClipRecorder;
|
|
|
| class FilterPainter {
|
| + STACK_ALLOCATED();
|
| public:
|
| FilterPainter(DeprecatedPaintLayer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| ~FilterPainter();
|
|
|