Index: third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
index a9d4dfdfb8a6d11fb852f4ab620dd4a511050980..56ae7dacf642cba036450f499d7b2d9c8d632382 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
@@ -75,10 +75,6 @@ void InputTypeView::handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) |
{ |
} |
-void InputTypeView::handleTouchEvent(TouchEvent*) |
-{ |
-} |
- |
void InputTypeView::handleDOMActivateEvent(Event*) |
{ |
} |
@@ -226,11 +222,6 @@ void InputTypeView::subtreeHasChanged() |
NOTREACHED(); |
} |
-bool InputTypeView::hasTouchEventHandler() const |
-{ |
- return false; |
-} |
- |
void InputTypeView::listAttributeTargetChanged() |
{ |
} |