diff options
Diffstat (limited to 'third_party/WebKit/Source/core/Init.h')
-rw-r--r-- | third_party/WebKit/Source/core/Init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/core/Init.h b/third_party/WebKit/Source/core/Init.h index 96e3fbe..a20cc33 100644 --- a/third_party/WebKit/Source/core/Init.h +++ b/third_party/WebKit/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(); |