| 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 00ab3f03dadc394513f8f7520dc7c55aed329dfc..7e6f186cff66ae4160d2e8dac263c86a9f771c89 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.h
|
| +++ b/third_party/WebKit/Source/core/events/Event.h
|
| @@ -185,6 +185,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&);
|
|
|
|
|