| 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 f5a2043b5f062760ba43ca8a63b76bd5c17aa54a..36cd5d1f7fbe93b85ddbbc2e41317fa707e174fd 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| @@ -50,6 +50,7 @@ class RangeInputType final : public InputType, public InputTypeView {
|
| private:
|
| RangeInputType(HTMLInputElement&);
|
| InputTypeView* createView() override;
|
| + ValueMode valueMode() const override;
|
| void countUsage() override;
|
| const AtomicString& formControlType() const override;
|
| double valueAsDouble() const override;
|
|
|