| Index: third_party/WebKit/Source/core/events/TreeScopeEventContext.h
|
| diff --git a/third_party/WebKit/Source/core/events/TreeScopeEventContext.h b/third_party/WebKit/Source/core/events/TreeScopeEventContext.h
|
| index 3487d0121e2230407a7f552ff9cf78a0ab132b2a..f3a353c870820b52e615d33887d33da789b47312 100644
|
| --- a/third_party/WebKit/Source/core/events/TreeScopeEventContext.h
|
| +++ b/third_party/WebKit/Source/core/events/TreeScopeEventContext.h
|
| @@ -31,6 +31,7 @@
|
| #include "core/dom/Node.h"
|
| #include "core/dom/TreeScope.h"
|
| #include "core/events/EventTarget.h"
|
| +#include "core/events/TouchEventContext.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -42,7 +43,6 @@ class EventTarget;
|
| class Node;
|
| template <typename NodeType> class StaticNodeTypeList;
|
| using StaticNodeList = StaticNodeTypeList<Node>;
|
| -class TouchEventContext;
|
| class TreeScope;
|
|
|
| class CORE_EXPORT TreeScopeEventContext final : public RefCountedWillBeGarbageCollected<TreeScopeEventContext> {
|
|
|