| 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..5b7d5f42103eb324e93b9f7ceaf39f8a840fc3fd 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| @@ -58,9 +58,8 @@ private:
|
| bool supportsRequired() const override;
|
| StepRange createStepRange(AnyStepHandling) const override;
|
| bool isSteppable() const override;
|
| + bool hasPassiveTouchEventHandler() const override;
|
| void handleMouseDownEvent(MouseEvent*) override;
|
| - void handleTouchEvent(TouchEvent*) override;
|
| - bool hasTouchEventHandler() const override;
|
| void handleKeydownEvent(KeyboardEvent*) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| void createShadowSubtree() override;
|
|
|