| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index e3c9ce7cb4bd1923f5632c3722d6312b9d41dcab..608057819ad29f9ce4e87265790714461ede566c 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -59,7 +59,6 @@ class EventTarget;
|
| template <typename EventType>
|
| class EventWithHitTestResults;
|
| class FloatQuad;
|
| -class FrameHost;
|
| class HTMLFrameSetElement;
|
| class HitTestRequest;
|
| class HitTestResult;
|
| @@ -338,8 +337,6 @@ class CORE_EXPORT EventHandler final
|
|
|
| bool shouldBrowserControlsConsumeScroll(FloatSize) const;
|
|
|
| - FrameHost* frameHost() const;
|
| -
|
| bool rootFrameTouchPointerActiveInCurrentFrame(int pointerId) const;
|
|
|
| // NOTE: If adding a new field to this class please ensure that it is
|
|
|