| Index: Source/core/html/forms/ColorInputType.h
|
| diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
|
| index 7c6a5d9334fd3f6000867945826df6df344e86dc..13adc815a88142b3a3c9ec1f4bd8d4a3745d660d 100644
|
| --- a/Source/core/html/forms/ColorInputType.h
|
| +++ b/Source/core/html/forms/ColorInputType.h
|
| @@ -51,6 +51,7 @@ public:
|
| virtual Color currentColor() OVERRIDE;
|
| virtual bool shouldShowSuggestions() const OVERRIDE;
|
| virtual Vector<ColorSuggestion> suggestions() const OVERRIDE;
|
| + ColorChooserClient* colorChooserClient() OVERRIDE;
|
|
|
| private:
|
| ColorInputType(HTMLInputElement& element) : BaseClickableWithKeyInputType(element) { }
|
|
|