Index: third_party/WebKit/Source/core/html/forms/RangeInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.h b/third_party/WebKit/Source/core/html/forms/RangeInputType.h |
index e18c911b34c2fa57ce3ff9d94caa41cb5a7c7e7f..16e2df08e3378c3f94fe85b49b025c5697d5b41e 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h |
@@ -60,7 +60,7 @@ private: |
bool isSteppable() const override; |
void handleMouseDownEvent(MouseEvent*) override; |
void handleTouchEvent(TouchEvent*) override; |
- bool hasTouchEventHandler() const override; |
+ bool hasPassiveTouchEventHandler() const override; |
void handleKeydownEvent(KeyboardEvent*) override; |
LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
void createShadowSubtree() override; |