Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1030)

Unified Diff: third_party/WebKit/Source/platform/graphics/Image.h

Issue 1497683002: Make platform/graphics to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/Image.h
diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
index 6df3b425dcbe660365c9c2c8768c162f6370caf4..139d0bbf8cbf4e6c02de6da3bd179b51be13c94e 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.h
+++ b/third_party/WebKit/Source/platform/graphics/Image.h
@@ -35,6 +35,7 @@
#include "platform/graphics/ImageOrientation.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "wtf/Assertions.h"
+#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
@@ -61,6 +62,7 @@ class PLATFORM_EXPORT Image : public RefCounted<Image> {
friend class CrossfadeGeneratedImage;
friend class GradientGeneratedImage;
friend class GraphicsContext;
+ WTF_MAKE_NONCOPYABLE(Image);
public:
virtual ~Image();

Powered by Google App Engine
This is Rietveld 408576698