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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorInputType.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/ColorInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.h b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
index 7cada4b371d74563eff4dd8375e096864d4d2e56..7d7a9f4e42fede7f4f5285eb25eb5d16a307424d 100644
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
@@ -68,7 +68,6 @@ class ColorInputType final : public InputType,
void countUsage() override;
const AtomicString& formControlType() const override;
bool supportsRequired() const override;
- String fallbackValue() const override;
String sanitizeValue(const String&) const override;
void createShadowSubtree() override;
void didSetValue(const String&, bool valueChanged) override;

Powered by Google App Engine
This is Rietveld 408576698