Chromium Code Reviews| Index: Source/core/html/forms/ColorInputType.cpp |
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp |
| index 3edd2dead5a76c7375d62458d16633f54add6907..cb2519f191ca72506ad1dbfbb6f3c0c061a1307e 100644 |
| --- a/Source/core/html/forms/ColorInputType.cpp |
| +++ b/Source/core/html/forms/ColorInputType.cpp |
| @@ -267,4 +267,9 @@ ColorChooserClient* ColorInputType::colorChooserClient() |
| return this; |
| } |
| +bool ColorInputType::supportsSelectionAPI() const |
| +{ |
| + return true; |
| +} |
| + |
| } // namespace blink |