| Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| index 5511ee7b3061d0239ece9b98d6030e3dc7515d9b..9eb7f880b258eac60f6ae0ec664d56bb1d0792b3 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| @@ -88,6 +88,10 @@ InputTypeView* RangeInputType::createView() {
|
| return this;
|
| }
|
|
|
| +InputType::ValueMode RangeInputType::valueMode() const {
|
| + return ValueMode::kValue;
|
| +}
|
| +
|
| void RangeInputType::countUsage() {
|
| countUsageIfVisible(UseCounter::InputTypeRange);
|
| if (const ComputedStyle* style = element().computedStyle()) {
|
|
|