Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/Event.h |
| diff --git a/third_party/WebKit/Source/core/events/Event.h b/third_party/WebKit/Source/core/events/Event.h |
| index 3aadfc5cff162360dc751c41aab08c19d7bb9857..aa5fe06fe813464a51922f4999da547c0b2a5ecd 100644 |
| --- a/third_party/WebKit/Source/core/events/Event.h |
| +++ b/third_party/WebKit/Source/core/events/Event.h |
| @@ -118,6 +118,8 @@ public: |
| EventTarget* currentTarget() const; |
| void setCurrentTarget(EventTarget* currentTarget) { m_currentTarget = currentTarget; } |
| + virtual void doneDispatchedEventAtCurrentTarget(); |
|
tdresser
2016/05/17 14:56:54
doneDispatchingEventAtCurrentTarget
dtapuska
2016/05/17 20:50:13
Done.
|
| + |
| unsigned short eventPhase() const { return m_eventPhase; } |
| void setEventPhase(unsigned short eventPhase) { m_eventPhase = eventPhase; } |