| Index: Source/core/html/InputType.h
|
| diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h
|
| index b82c9badbb4ae12d23d238cd608e5991304aad78..edf54e09fcdad32251131757c0615a8cad22c36d 100644
|
| --- a/Source/core/html/InputType.h
|
| +++ b/Source/core/html/InputType.h
|
| @@ -199,7 +199,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();
|
|
|