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..5e56dc0e93eb6f00390ffb228f5c445d24df8d21 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
@@ -97,7 +97,7 @@ public: |
virtual void handleBlurEvent(); |
virtual void handleDOMActivateEvent(Event*); |
virtual void accessKeyAction(bool sendMouseEvents); |
- virtual bool hasTouchEventHandler() const; |
+ virtual bool hasPassiveTouchEventHandler() const; |
virtual void blur(); |
void dispatchSimulatedClickIfActive(KeyboardEvent*) const; |