| Index: Source/core/paint/SVGShapePainter.h
|
| diff --git a/Source/core/paint/SVGShapePainter.h b/Source/core/paint/SVGShapePainter.h
|
| index d37d0ddae960a8cadddbb4b071449e4adb9f701f..45241c23914bbe2919b0b006c3650b276cdb7971 100644
|
| --- a/Source/core/paint/SVGShapePainter.h
|
| +++ b/Source/core/paint/SVGShapePainter.h
|
| @@ -6,6 +6,7 @@
|
| #define SVGShapePainter_h
|
|
|
| #include "third_party/skia/include/core/SkPath.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| class SkPaint;
|
|
|
| @@ -20,6 +21,7 @@ class LayoutSVGResourceMarker;
|
| class LayoutSVGShape;
|
|
|
| class SVGShapePainter {
|
| + STACK_ALLOCATED();
|
| public:
|
| SVGShapePainter(LayoutSVGShape& layoutSVGShape) : m_layoutSVGShape(layoutSVGShape) { }
|
|
|
|
|