| Index: Source/core/html/BaseDateAndTimeInputType.h
|
| diff --git a/Source/core/html/BaseDateAndTimeInputType.h b/Source/core/html/BaseDateAndTimeInputType.h
|
| index e68495c21506c52cdb7dd51514b3a258707ba7d2..4b37d11869f4238da1d188b5cf1f678c0eb19d38 100644
|
| --- a/Source/core/html/BaseDateAndTimeInputType.h
|
| +++ b/Source/core/html/BaseDateAndTimeInputType.h
|
| @@ -65,6 +65,7 @@ private:
|
| virtual String localizeValue(const String&) const OVERRIDE;
|
| virtual bool supportsReadOnly() const OVERRIDE;
|
| virtual bool shouldRespectListAttribute() OVERRIDE;
|
| + virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|