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

Unified Diff: Source/core/html/forms/ColorInputType.h

Issue 679273004: Set element value to its default value on reset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added isReset as a parameter to not allow setValue change value of m_textAsOfLastFormControlChangeE… Created 6 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: Source/core/html/forms/ColorInputType.h
diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
index 49e33f58da7a69fb93c4c3b7abd58c694a9fa998..3b3fb1db0fc9855ed4685716be9c24dc4e4d8411 100644
--- a/Source/core/html/forms/ColorInputType.h
+++ b/Source/core/html/forms/ColorInputType.h
@@ -63,7 +63,7 @@ private:
virtual String fallbackValue() const override;
virtual String sanitizeValue(const String&) const override;
virtual void createShadowSubtree() override;
- virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) override;
+ virtual void setValue(const String&, bool valueChanged, bool isReset, TextFieldEventBehavior) override;
virtual void handleDOMActivateEvent(Event*) override;
virtual void closePopupView() override;
virtual bool shouldRespectListAttribute() override;

Powered by Google App Engine
This is Rietveld 408576698