| 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 56ae7dacf642cba036450f499d7b2d9c8d632382..a9d4dfdfb8a6d11fb852f4ab620dd4a511050980 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| @@ -75,6 +75,10 @@
|
| {
|
| }
|
|
|
| +void InputTypeView::handleTouchEvent(TouchEvent*)
|
| +{
|
| +}
|
| +
|
| void InputTypeView::handleDOMActivateEvent(Event*)
|
| {
|
| }
|
| @@ -220,6 +224,11 @@
|
| void InputTypeView::subtreeHasChanged()
|
| {
|
| NOTREACHED();
|
| +}
|
| +
|
| +bool InputTypeView::hasTouchEventHandler() const
|
| +{
|
| + return false;
|
| }
|
|
|
| void InputTypeView::listAttributeTargetChanged()
|
|
|