| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| index 6e6d1feee9285c2f60240eef3b188a27f21d6a05..6254454c902b8df319153afcacd7406652962b45 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| @@ -39,6 +39,7 @@ struct PaintChunk;
|
| // PaintArtifactCompositor is the successor to PaintLayerCompositor, reflecting
|
| // the new home of compositing decisions after paint in Slimming Paint v2.
|
| class PLATFORM_EXPORT PaintArtifactCompositor {
|
| + USING_FAST_MALLOC(PaintArtifactCompositor);
|
| WTF_MAKE_NONCOPYABLE(PaintArtifactCompositor);
|
|
|
| public:
|
|
|