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

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

Issue 23236002: Prepare for color input datalist support on Android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added labels Created 7 years, 4 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/ColorInputType.h
diff --git a/Source/core/html/ColorInputType.h b/Source/core/html/ColorInputType.h
index fedaac70eb1264fbc5b990de6220c7d4715772ba..a235667da71e043bfd796ca26cecaa22f31eee00 100644
--- a/Source/core/html/ColorInputType.h
+++ b/Source/core/html/ColorInputType.h
@@ -48,6 +48,7 @@ public:
virtual Color currentColor() OVERRIDE;
virtual bool shouldShowSuggestions() const OVERRIDE;
virtual Vector<Color> suggestions() const OVERRIDE;
+ virtual Vector<String> suggestionLabels() const OVERRIDE;
Miguel Garcia 2013/08/19 14:17:05 Would it make sense to consider returning a pair o
keishi 2013/08/23 15:14:22 Done.
private:
ColorInputType(HTMLInputElement* element) : BaseClickableWithKeyInputType(element) { }
« no previous file with comments | « no previous file | Source/core/html/ColorInputType.cpp » ('j') | Source/core/rendering/RenderThemeChromiumAndroid.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698