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

Unified Diff: Source/core/events/NavigatorEvents.h

Issue 1310643003: Make classes and structures in core/events and core/fetch 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
Index: Source/core/events/NavigatorEvents.h
diff --git a/Source/core/events/NavigatorEvents.h b/Source/core/events/NavigatorEvents.h
index c9d18e1cfec1df432ad06e8a846158daf72895a8..787d16b41893005b43abebd52e284f05a3079507 100644
--- a/Source/core/events/NavigatorEvents.h
+++ b/Source/core/events/NavigatorEvents.h
@@ -31,11 +31,14 @@
#ifndef NavigatorEvents_h
#define NavigatorEvents_h
+#include "wtf/Allocator.h"
+
namespace blink {
class Navigator;
class NavigatorEvents {
+ STATIC_ONLY(NavigatorEvents);
public:
static long maxTouchPoints(Navigator&);
};

Powered by Google App Engine
This is Rietveld 408576698