Index: Source/core/html/TextFieldInputType.h |
diff --git a/Source/core/html/TextFieldInputType.h b/Source/core/html/TextFieldInputType.h |
index e1d71c59374f8ac6fbbaec179eaacf44b582abd2..e38ad7625a1606377d5dc923c946914ba8917a55 100644 |
--- a/Source/core/html/TextFieldInputType.h |
+++ b/Source/core/html/TextFieldInputType.h |
@@ -79,7 +79,7 @@ protected: |
private: |
virtual bool isKeyboardFocusable(KeyboardEvent*) const OVERRIDE; |
- virtual bool isMouseFocusable() const OVERRIDE; |
+ virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE; |
virtual bool isTextField() const OVERRIDE; |
virtual bool valueMissing(const String&) const OVERRIDE; |
virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) OVERRIDE; |