Index: third_party/WebKit/Source/core/html/forms/InputTypeView.h |
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.h b/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
index 572f4647299ed20759706bcdb088547338f3fd82..1a45eaf5d709c4c009304d903400f6c7717ee357 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
@@ -55,7 +55,6 @@ class KeyboardEvent; |
class MouseEvent; |
class LayoutObject; |
class ComputedStyle; |
-class TouchEvent; |
class ClickHandlingState final : public EventDispatchHandlingState { |
public: |
@@ -87,7 +86,6 @@ public: |
virtual void handleKeypressEvent(KeyboardEvent*); |
virtual void handleKeyupEvent(KeyboardEvent*); |
virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*); |
- virtual void handleTouchEvent(TouchEvent*); |
virtual void forwardEvent(Event*); |
virtual bool shouldSubmitImplicitly(Event*); |
virtual HTMLFormElement* formForSubmission() const; |
@@ -97,7 +95,6 @@ public: |
virtual void handleBlurEvent(); |
virtual void handleDOMActivateEvent(Event*); |
virtual void accessKeyAction(bool sendMouseEvents); |
- virtual bool hasTouchEventHandler() const; |
virtual void blur(); |
void dispatchSimulatedClickIfActive(KeyboardEvent*) const; |