| Index: Source/core/paint/InlinePainter.h
|
| diff --git a/Source/core/paint/InlinePainter.h b/Source/core/paint/InlinePainter.h
|
| index c61663e54bfeeee60be2f23fddf2c0ace4501494..3cdf86c048bc33871ac134cff1bd321f77bcd01e 100644
|
| --- a/Source/core/paint/InlinePainter.h
|
| +++ b/Source/core/paint/InlinePainter.h
|
| @@ -6,6 +6,7 @@
|
| #define InlinePainter_h
|
|
|
| #include "core/style/ComputedStyleConstants.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -18,6 +19,7 @@ struct PaintInfo;
|
| class LayoutInline;
|
|
|
| class InlinePainter {
|
| + STACK_ALLOCATED();
|
| public:
|
| InlinePainter(LayoutInline& layoutInline) : m_layoutInline(layoutInline) { }
|
|
|
|
|