| 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..5b0595f8f9b5e8c4837e26a0a1d9a81c5599ff4c 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/html/HTMLFormElement.h"
|
| -#include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/FormController.h"
|
| #include "core/layout/LayoutObject.h"
|
|
|
| @@ -226,9 +225,9 @@ void InputTypeView::subtreeHasChanged()
|
| NOTREACHED();
|
| }
|
|
|
| -bool InputTypeView::hasTouchEventHandler() const
|
| +TouchHandlerType InputTypeView::hasTouchEventHandler() const
|
| {
|
| - return false;
|
| + return None;
|
| }
|
|
|
| void InputTypeView::listAttributeTargetChanged()
|
|
|