| Index: Source/core/html/BaseDateAndTimeInputType.cpp
|
| diff --git a/Source/core/html/BaseDateAndTimeInputType.cpp b/Source/core/html/BaseDateAndTimeInputType.cpp
|
| index 52e38574e907be3f73c890311f04e4dfc53b5bea..7da7e10052ed1b4e1b4a3a8a3b868cc37a70f95d 100644
|
| --- a/Source/core/html/BaseDateAndTimeInputType.cpp
|
| +++ b/Source/core/html/BaseDateAndTimeInputType.cpp
|
| @@ -175,4 +175,9 @@ bool BaseDateAndTimeInputType::valueMissing(const String& value) const
|
| return element()->isRequired() && value.isEmpty();
|
| }
|
|
|
| +bool BaseDateAndTimeInputType::shouldShowFocusRingOnMouseFocus() const
|
| +{
|
| + return true;
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|