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