diff options
author | c.shu@samsung.com <c.shu@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-05-31 01:04:55 +0000 |
---|---|---|
committer | c.shu@samsung.com <c.shu@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-05-31 01:04:55 +0000 |
commit | e3a8a21836de498adcbe2fdf8396aeaa4bf7a6e5 (patch) | |
tree | 24fd98393d58d4a88287eea8a5c11f72e0368950 /third_party/WebKit/Source/core/Init.h | |
parent | ad8bde44a8be37abd131f5e786f54735d8737ae3 (diff) | |
download | chromium_src-e3a8a21836de498adcbe2fdf8396aeaa4bf7a6e5.zip chromium_src-e3a8a21836de498adcbe2fdf8396aeaa4bf7a6e5.tar.gz chromium_src-e3a8a21836de498adcbe2fdf8396aeaa4bf7a6e5.tar.bz2 |
Use method registration approach for creating events on core and modules.
BUG=376506
Review URL: https://codereview.chromium.org/305723002
git-svn-id: svn://svn.chromium.org/blink/trunk@175179 bbb929c8-8fbe-4397-9dbb-9b2b20218538
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(); |