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

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: Fixed 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
« no previous file with comments | « no previous file | Source/core/html/ColorInputType.cpp » ('j') | Source/core/platform/ColorSuggestion.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/ColorInputType.h
diff --git a/Source/core/html/ColorInputType.h b/Source/core/html/ColorInputType.h
index fedaac70eb1264fbc5b990de6220c7d4715772ba..dda54ba4449640d3df2257f4c32c9833e824ee34 100644
--- a/Source/core/html/ColorInputType.h
+++ b/Source/core/html/ColorInputType.h
@@ -47,7 +47,7 @@ public:
virtual IntRect elementRectRelativeToRootView() const OVERRIDE;
virtual Color currentColor() OVERRIDE;
virtual bool shouldShowSuggestions() const OVERRIDE;
- virtual Vector<Color> suggestions() const OVERRIDE;
+ virtual Vector<ColorSuggestion> suggestions() const OVERRIDE;
private:
ColorInputType(HTMLInputElement* element) : BaseClickableWithKeyInputType(element) { }
« no previous file with comments | « no previous file | Source/core/html/ColorInputType.cpp » ('j') | Source/core/platform/ColorSuggestion.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698