| 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 44eddb4587f3623a0a43d6721294e668e500d361..4bb54d48864fd2358441c40616ac338d26f9b112 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| @@ -61,7 +61,7 @@ class RangeInputType final : public InputType, public InputTypeView {
|
| bool supportsRequired() const override;
|
| StepRange createStepRange(AnyStepHandling) const override;
|
| bool isSteppable() const override;
|
| - void handleMouseDownEvent(MouseEvent*) override;
|
| + void handlePointerDownEvent(PointerEvent*) override;
|
| void handleKeydownEvent(KeyboardEvent*) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| void createShadowSubtree() override;
|
|
|