| Index: Source/core/paint/SVGImagePainter.h
|
| diff --git a/Source/core/paint/SVGImagePainter.h b/Source/core/paint/SVGImagePainter.h
|
| index cbddaacb7c526ea770e9bd09810ce02b9985dea3..45ce189ebcb63c1fbe4da2608e0a70da3c1a6167 100644
|
| --- a/Source/core/paint/SVGImagePainter.h
|
| +++ b/Source/core/paint/SVGImagePainter.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef SVGImagePainter_h
|
| #define SVGImagePainter_h
|
|
|
| +#include "wtf/Allocator.h"
|
| +
|
| namespace blink {
|
|
|
| struct PaintInfo;
|
| class LayoutSVGImage;
|
|
|
| class SVGImagePainter {
|
| + STACK_ALLOCATED();
|
| public:
|
| SVGImagePainter(LayoutSVGImage& layoutSVGImage) : m_layoutSVGImage(layoutSVGImage) { }
|
|
|
|
|