| Index: Source/core/html/forms/ColorInputType.h
|
| diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
|
| index 2d1d3f3ba87e077d3cc4d67e706e6d79041fd6b3..14b455314ccddfc80660f697bff1363bf6294283 100644
|
| --- a/Source/core/html/forms/ColorInputType.h
|
| +++ b/Source/core/html/forms/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) { }
|
|
|