Chromium Code Reviews| Index: Source/core/html/forms/BaseDateAndTimeInputType.cpp |
| diff --git a/Source/core/html/forms/BaseDateAndTimeInputType.cpp b/Source/core/html/forms/BaseDateAndTimeInputType.cpp |
| index c7938864977930efbb4c334fa16db3f627601db8..9aea79c24c62d68a985f0b0da455bd209adf2e1f 100644 |
| --- a/Source/core/html/forms/BaseDateAndTimeInputType.cpp |
| +++ b/Source/core/html/forms/BaseDateAndTimeInputType.cpp |
| @@ -185,4 +185,9 @@ bool BaseDateAndTimeInputType::shouldShowFocusRingOnMouseFocus() const |
| return true; |
| } |
| +bool BaseDateAndTimeInputType::supportsSelectionAPI() const |
| +{ |
| + return true; |
| +} |
| + |
| } // namespace blink |