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

Unified Diff: Source/modules/canvas2d/CanvasRenderingContext2DState.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/cachestorage/GlobalCacheStorage.h ('k') | Source/modules/canvas2d/ClipList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/canvas2d/CanvasRenderingContext2DState.h
diff --git a/Source/modules/canvas2d/CanvasRenderingContext2DState.h b/Source/modules/canvas2d/CanvasRenderingContext2DState.h
index 628f3cd0e7e75721e5dd90291b17dfada4bad97d..551c1d0c70676f029a148c73bcd9a1ce15586550 100644
--- a/Source/modules/canvas2d/CanvasRenderingContext2DState.h
+++ b/Source/modules/canvas2d/CanvasRenderingContext2DState.h
@@ -19,6 +19,7 @@ class Element;
class CanvasRenderingContext2DState final : public NoBaseWillBeGarbageCollectedFinalized<CanvasRenderingContext2DState>, public CSSFontSelectorClient {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(CanvasRenderingContext2DState);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CanvasRenderingContext2DState);
public:
static PassOwnPtrWillBeRawPtr<CanvasRenderingContext2DState> create()
{
« no previous file with comments | « Source/modules/cachestorage/GlobalCacheStorage.h ('k') | Source/modules/canvas2d/ClipList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698