| Index: Source/core/html/BaseDateAndTimeInputType.h
|
| diff --git a/Source/core/html/BaseDateAndTimeInputType.h b/Source/core/html/BaseDateAndTimeInputType.h
|
| index 3ef68accf79f074cb2e553296e84a3fd28f120d6..69447ac5774c417ad2c004ab01a9d29c95a36613 100644
|
| --- a/Source/core/html/BaseDateAndTimeInputType.h
|
| +++ b/Source/core/html/BaseDateAndTimeInputType.h
|
| @@ -64,6 +64,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
|
|
|