| Index: third_party/WebKit/Source/core/paint/PaintInfo.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInfo.h b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| index e97774dfb3df658d25568b209ccde0bdae77798a..18eb4942ee40bb63443e8d8800fab9bb795b057b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| @@ -50,6 +50,9 @@ namespace blink {
|
| class LayoutBoxModelObject;
|
|
|
| struct CORE_EXPORT PaintInfo {
|
| + USING_FAST_MALLOC(PaintInfo);
|
| +
|
| + public:
|
| PaintInfo(GraphicsContext& newContext,
|
| const IntRect& cullRect,
|
| PaintPhase newPhase,
|
|
|