| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 14840a14b09b80c4d70dcddd3c3dc8406c3d53b5..1d94c0807f4aac38fc700d60c01f909773a80cbb 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -526,9 +526,9 @@ bool InputType::isKeyboardFocusable(KeyboardEvent* event) const
|
| return element()->isTextFormControlKeyboardFocusable(event);
|
| }
|
|
|
| -bool InputType::isMouseFocusable() const
|
| +bool InputType::shouldShowFocusRingOnMouseFocus() const
|
| {
|
| - return element()->isTextFormControlMouseFocusable();
|
| + return false;
|
| }
|
|
|
| bool InputType::shouldUseInputMethod() const
|
|
|