| 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 4d4362463d2b253ddaa2489c94e6dfd14a8c6a41..76e6991fd4a47256772ded94ffe0132e50a0bd20 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.h
|
| +++ b/third_party/WebKit/Source/core/events/Event.h
|
| @@ -184,6 +184,7 @@ public:
|
| Event* underlyingEvent() const { return m_underlyingEvent.get(); }
|
| void setUnderlyingEvent(Event*);
|
|
|
| + bool hasEventPath() { return m_eventPath; }
|
| EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; }
|
| void initEventPath(Node&);
|
|
|
|
|