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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/LightSource.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/filters/LightSource.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/LightSource.h b/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
index ca05369bf1dab83ec0b833d696030e9a7fda3e5b..c11f0d4891e83ca85a83cf58dc3e89120e4e7921 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
@@ -26,6 +26,7 @@
#include "platform/PlatformExport.h"
#include "platform/geometry/FloatPoint3D.h"
+#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -40,6 +41,7 @@ enum LightType {
class TextStream;
class PLATFORM_EXPORT LightSource : public RefCounted<LightSource> {
+ WTF_MAKE_NONCOPYABLE(LightSource);
public:
LightSource(LightType type)
: m_type(type)

Powered by Google App Engine
This is Rietveld 408576698