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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorInputType.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/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 1c45676d2aa3a305819d49f3dae32892dbf924cd..7cada4b371d74563eff4dd8375e096864d4d2e56 100644
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
@@ -71,9 +71,7 @@ class ColorInputType final : public InputType,
String fallbackValue() const override;
String sanitizeValue(const String&) const override;
void createShadowSubtree() override;
- void setValue(const String&,
- bool valueChanged,
- TextFieldEventBehavior) override;
+ void didSetValue(const String&, bool valueChanged) override;
void handleDOMActivateEvent(Event*) override;
void closePopupView() override;
bool shouldRespectListAttribute() override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/core/html/forms/ColorInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698