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

Unified Diff: Source/modules/canvas2d/ClipList.h

Issue 1315743003: [part 1] Make classes and structures in modules/ fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months 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
« no previous file with comments | « Source/modules/canvas2d/CanvasRenderingContext2DState.h ('k') | Source/modules/canvas2d/EventHitRegion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/canvas2d/ClipList.h
diff --git a/Source/modules/canvas2d/ClipList.h b/Source/modules/canvas2d/ClipList.h
index b50c208349f93a7dc2dd68cc751cda641f6ac6a7..9301b9774155f4632114e732bcc494c8bb5f515a 100644
--- a/Source/modules/canvas2d/ClipList.h
+++ b/Source/modules/canvas2d/ClipList.h
@@ -6,6 +6,7 @@
#define ClipList_h
#include "platform/graphics/GraphicsTypes.h"
+#include "wtf/Allocator.h"
#include "wtf/Vector.h"
class SkCanvas;
@@ -16,6 +17,7 @@ namespace blink {
class AffineTransform;
class ClipList {
+ DISALLOW_ALLOCATION();
public:
ClipList() { }
ClipList(const ClipList&);
« no previous file with comments | « Source/modules/canvas2d/CanvasRenderingContext2DState.h ('k') | Source/modules/canvas2d/EventHitRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698