| 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 a5113dccebdd62fd130d07089a9e7e7b07a5bb77..6e22688c0328c9e3464a93cfc13a664f660375d2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| @@ -51,7 +51,7 @@ class LayoutObject;
|
| class PaintInvalidationState;
|
|
|
| struct CORE_EXPORT PaintInfo {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| PaintInfo(GraphicsContext* newContext, const IntRect& cullRect, PaintPhase newPhase, GlobalPaintFlags globalPaintFlags, PaintLayerFlags paintFlags,
|
| LayoutObject* newPaintingRoot = nullptr, const LayoutBoxModelObject* newPaintContainer = nullptr)
|
| : context(newContext)
|
|
|