| Index: Source/core/html/TextFieldInputType.h
|
| diff --git a/Source/core/html/TextFieldInputType.h b/Source/core/html/TextFieldInputType.h
|
| index 48e06fc9d4df1222c23237edfd1b8d30ef81d446..8d0bc8479ef42ca7418c0c7af51320c28bd7df43 100644
|
| --- a/Source/core/html/TextFieldInputType.h
|
| +++ b/Source/core/html/TextFieldInputType.h
|
| @@ -80,7 +80,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;
|
|
|