| Index: Source/core/html/InputType.h
|
| diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h
|
| index 19267706c9bc33d2e58ef9758d4a54dd048dfd51..28f95d76a0fa93292ecea7f7df49d25d7720076e 100644
|
| --- a/Source/core/html/InputType.h
|
| +++ b/Source/core/html/InputType.h
|
| @@ -195,7 +195,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();
|
|
|