Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| index 8ad1ab1a2da780c5c45958b8172573d77705736f..c3e1cc72dbfad7dddf1637845733cec4e7886081 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| @@ -13,6 +13,9 @@ |
| namespace blink { |
| struct PaintInvalidatorContext { |
| + USING_FAST_MALLOC(PaintInvalidatorContext); |
| + |
| + public: |
| PaintInvalidatorContext() : parent_context(nullptr) {} |
| PaintInvalidatorContext(const PaintInvalidatorContext& parent_context) |