| 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..5a75801f7fbcf8d009e1386f8ed0325105b17c23 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
|
| @@ -35,6 +35,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/events/EventDispatcher.h"
|
| +#include "core/html/HTMLInputElement.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/text/TextDirection.h"
|
| #include "public/platform/WebFocusType.h"
|
| @@ -97,7 +98,7 @@ public:
|
| virtual void handleBlurEvent();
|
| virtual void handleDOMActivateEvent(Event*);
|
| virtual void accessKeyAction(bool sendMouseEvents);
|
| - virtual bool hasTouchEventHandler() const;
|
| + virtual TouchHandlerType hasTouchEventHandler() const;
|
| virtual void blur();
|
| void dispatchSimulatedClickIfActive(KeyboardEvent*) const;
|
|
|
|
|