Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: third_party/WebKit/Source/core/html/forms/RangeInputType.h

Issue 2435973002: INPUT element: code cleanup around setValue(). (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 36cd5d1f7fbe93b85ddbbc2e41317fa707e174fd..b4a46650c24c3915fe42e2c5d4ebe1e195f83fd6 100644
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
@@ -71,9 +71,7 @@ class RangeInputType final : public InputType, public InputTypeView {
void sanitizeValueInResponseToMinOrMaxAttributeChange() override;
void stepAttributeChanged() override;
void warnIfValueIsInvalid(const String&) const override;
- void setValue(const String&,
- bool valueChanged,
- TextFieldEventBehavior) override;
+ void didSetValue(const String&, bool valueChanged) override;
String fallbackValue() const override;
String sanitizeValue(const String& proposedValue) const override;
bool shouldRespectListAttribute() override;

Powered by Google App Engine
This is Rietveld 408576698