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

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

Issue 2462983002: INPUT element: code cleanup (Closed)
Patch Set: Created 4 years, 1 month 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 b4a46650c24c3915fe42e2c5d4ebe1e195f83fd6..44eddb4587f3623a0a43d6721294e668e500d361 100644
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
@@ -72,7 +72,6 @@ class RangeInputType final : public InputType, public InputTypeView {
void stepAttributeChanged() override;
void warnIfValueIsInvalid(const String&) const override;
void didSetValue(const String&, bool valueChanged) override;
- String fallbackValue() const override;
String sanitizeValue(const String& proposedValue) const override;
bool shouldRespectListAttribute() override;
void disabledAttributeChanged() override;
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/InputType.cpp ('k') | third_party/WebKit/Source/core/html/forms/RangeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698