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

Unified Diff: Source/modules/presentation/PresentationController.h

Issue 1318793005: [part 2] 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/permissions/PermissionController.h ('k') | Source/modules/presentation/PresentationError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index dce55c9aede838c5123c267108f85f2f5c4b4b54..03407dffdbd96cdc17e8d776c0aebe21960652f8 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -29,6 +29,7 @@ class MODULES_EXPORT PresentationController final
, public LocalFrameLifecycleObserver
, public WebPresentationController {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PresentationController);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PresentationController);
WTF_MAKE_NONCOPYABLE(PresentationController);
public:
~PresentationController() override;
« no previous file with comments | « Source/modules/permissions/PermissionController.h ('k') | Source/modules/presentation/PresentationError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698