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

Unified Diff: Source/core/Init.h

Issue 305723002: Use method registration approach for creating events on core and modules. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline Created 6 years, 7 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/bindings/v8/custom/V8DocumentCustom.cpp ('k') | Source/core/Init.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.h
diff --git a/Source/core/Init.h b/Source/core/Init.h
index 96e3fbe673b33bce11329028059194cda5068b51..a20cc3329e24e412b95fe3c5db055569af23c3a8 100644
--- a/Source/core/Init.h
+++ b/Source/core/Init.h
@@ -38,6 +38,8 @@ public:
CoreInitializer() : m_isInited(false) { }
// Should be called by clients before trying to create Frames.
void init();
+
+ virtual void registerEventFactory();
virtual void initEventNames();
virtual void initEventTargetNames();
« no previous file with comments | « Source/bindings/v8/custom/V8DocumentCustom.cpp ('k') | Source/core/Init.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698