Index: Source/core/paint/LayerClipRecorder.h |
diff --git a/Source/core/paint/LayerClipRecorder.h b/Source/core/paint/LayerClipRecorder.h |
index 517c9a35d88df6abc9dd55a234d5f752e773d8fa..b1f93ed8a892d6c249456fd98c1990c68323b069 100644 |
--- a/Source/core/paint/LayerClipRecorder.h |
+++ b/Source/core/paint/LayerClipRecorder.h |
@@ -19,6 +19,7 @@ class GraphicsContext; |
class LayoutBoxModelObject; |
class CORE_EXPORT LayerClipRecorder { |
+ WTF_MAKE_FAST_ALLOCATED(LayerClipRecorder); |
public: |
enum BorderRadiusClippingRule { IncludeSelfForBorderRadius, DoNotIncludeSelfForBorderRadius }; |