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) { } |