| 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..4a955d4c5e2aa71d594591ec2094b4560c3995b9 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::touchEventHandlerType() const
|
| {
|
| - return false;
|
| + return NoHandler;
|
| }
|
|
|
| void InputTypeView::listAttributeTargetChanged()
|
|
|