| Index: Source/core/html/InputType.h
|
| diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h
|
| index 0c316e46441c8b86fe8ebcf0c95588e3495b269b..31c30c4de198b9849a5a8e9bfb3f4350627b68f6 100644
|
| --- a/Source/core/html/InputType.h
|
| +++ b/Source/core/html/InputType.h
|
| @@ -197,7 +197,7 @@ public:
|
| virtual PassRefPtr<HTMLFormElement> formForSubmission() const;
|
| virtual bool hasCustomFocusLogic() const;
|
| virtual bool isKeyboardFocusable(KeyboardEvent*) const;
|
| - virtual bool isMouseFocusable() const;
|
| + virtual bool shouldShowFocusRingOnMouseFocus() const;
|
| virtual bool shouldUseInputMethod() const;
|
| virtual void handleFocusEvent(Node* oldFocusedNode, FocusDirection);
|
| virtual void handleBlurEvent();
|
|
|