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

Unified Diff: Source/web/ColorChooserUIController.h

Issue 1328773002: Make classes and structures in web 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/web/AssociatedURLLoader.h ('k') | Source/web/ContextMenuClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ColorChooserUIController.h
diff --git a/Source/web/ColorChooserUIController.h b/Source/web/ColorChooserUIController.h
index fd6290e6f74b19260cc7b35f1276c3728661813d..bc53a63cc030eae0993fe4f15baba3e15c19b501 100644
--- a/Source/web/ColorChooserUIController.h
+++ b/Source/web/ColorChooserUIController.h
@@ -40,6 +40,7 @@ class WebColorChooser;
class ColorChooserUIController : public NoBaseWillBeGarbageCollectedFinalized<ColorChooserUIController>, public WebColorChooserClient, public ColorChooser {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ColorChooserUIController);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ColorChooserUIController);
public:
static PassOwnPtrWillBeRawPtr<ColorChooserUIController> create(LocalFrame* frame, ColorChooserClient* client)
{
« no previous file with comments | « Source/web/AssociatedURLLoader.h ('k') | Source/web/ContextMenuClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698