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

Unified Diff: Source/web/FullscreenController.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/EditorClientImpl.h ('k') | Source/web/LinkHighlightImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FullscreenController.h
diff --git a/Source/web/FullscreenController.h b/Source/web/FullscreenController.h
index 6acc4217db9060a7401bf8dcbf708461862ec954..395e41ad7f61d2f0bda154583d081782487848dd 100644
--- a/Source/web/FullscreenController.h
+++ b/Source/web/FullscreenController.h
@@ -45,6 +45,7 @@ class LocalFrame;
class WebViewImpl;
class FullscreenController final : public NoBaseWillBeGarbageCollected<FullscreenController> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(FullscreenController);
public:
static PassOwnPtrWillBeRawPtr<FullscreenController> create(WebViewImpl*);
« no previous file with comments | « Source/web/EditorClientImpl.h ('k') | Source/web/LinkHighlightImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698