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

Unified Diff: Source/core/dom/ElementFullscreen.h

Issue 1304043002: Make classes and structures in core/dom fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/core/dom/ElementDataCache.h ('k') | Source/core/dom/ElementTraversal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementFullscreen.h
diff --git a/Source/core/dom/ElementFullscreen.h b/Source/core/dom/ElementFullscreen.h
index 3b23f1db0431d6c028bca8f7c94a879532716408..73b5207b56e9cf8c146874f285305de0fb1ea193 100644
--- a/Source/core/dom/ElementFullscreen.h
+++ b/Source/core/dom/ElementFullscreen.h
@@ -6,12 +6,14 @@
#define ElementFullscreen_h
#include "core/events/EventTarget.h"
+#include "wtf/Allocator.h"
namespace blink {
class Element;
class ElementFullscreen {
+ STATIC_ONLY(ElementFullscreen);
public:
static void requestFullscreen(Element&);
« no previous file with comments | « Source/core/dom/ElementDataCache.h ('k') | Source/core/dom/ElementTraversal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698