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

Unified Diff: Source/core/html/HTMLInputElement.h

Issue 513783002: Dispatch change event for input type=color when colorpicker is closed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added didEndChooser in InputType to avoid static cast Created 6 years, 3 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: Source/core/html/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index dc2c57d723a6d0a94e58b26dfc4b6e685d67f357..b8807f04dad2ed4e6f74f585fcd5fa6a8079ec4b 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -212,6 +212,7 @@ public:
// For test purposes.
void selectColorInColorChooser(const Color&);
+ void endColorChooser();
String defaultToolTip() const;

Powered by Google App Engine
This is Rietveld 408576698