Index: Source/core/html/forms/ColorInputType.h |
diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h |
index 13adc815a88142b3a3c9ec1f4bd8d4a3745d660d..7160fdf8f2b00722d992cbaa71900b59897223aa 100644 |
--- a/Source/core/html/forms/ColorInputType.h |
+++ b/Source/core/html/forms/ColorInputType.h |
@@ -68,6 +68,7 @@ private: |
virtual bool typeMismatchFor(const String&) const OVERRIDE; |
virtual void updateView() OVERRIDE; |
virtual AXObject* popupRootAXObject() OVERRIDE; |
+ virtual bool supportsSelectionAPI() const OVERRIDE; |
Color valueAsColor() const; |
void endColorChooser(); |