| Index: third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp b/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| index ee5a34f633e112599887f8c342bfdccc938995a1..f68958e600bc23f3899a4b10adce2190203bf30e 100644
|
| --- a/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| @@ -75,6 +75,11 @@ WillBeHeapVector<RefPtrWillBeMember<EventTarget>>& TreeScopeEventContext::ensure
|
| return *m_eventPath;
|
| }
|
|
|
| +TouchEventContext* TreeScopeEventContext::touchEventContext() const
|
| +{
|
| + return m_touchEventContext.get();
|
| +}
|
| +
|
| TouchEventContext* TreeScopeEventContext::ensureTouchEventContext()
|
| {
|
| if (!m_touchEventContext)
|
|
|