| 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 2e6393c6642f3830f9249668b18a2c80828e523d..e18c911b34c2fa57ce3ff9d94caa41cb5a7c7e7f 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| @@ -59,6 +59,8 @@
|
| StepRange createStepRange(AnyStepHandling) const override;
|
| bool isSteppable() 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;
|
|
|