Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h |
index d5e899d6575cf8c7eb7dd041c3552980cce35910..98e6a24d89d57e36f94d02841cdaa927e7018346 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h |
@@ -7,6 +7,8 @@ |
#include "platform/graphics/Path.h" |
#include "platform/graphics/paint/DisplayItemClient.h" |
+#include "wtf/Allocator.h" |
+#include "wtf/Noncopyable.h" |
namespace blink { |
@@ -14,6 +16,7 @@ class GraphicsContext; |
class PLATFORM_EXPORT ClipPathRecorder { |
USING_FAST_MALLOC(ClipPathRecorder); |
+ WTF_MAKE_NONCOPYABLE(ClipPathRecorder); |
public: |
ClipPathRecorder(GraphicsContext&, const DisplayItemClientWrapper&, const Path&); |
~ClipPathRecorder(); |