| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index 85f3201c6fb710ae6c82cfaa9b5c2c0d98ba7062..8d06a8804ebb330ae07738153e84f88bb0bd7c7f 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -104,7 +104,7 @@ private:
|
| virtual bool appendFormData(FormDataList&, bool);
|
| virtual void reset();
|
| virtual bool hasCustomFocusLogic() const OVERRIDE;
|
| - virtual bool isMouseFocusable() const;
|
| + virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE;
|
| virtual bool isKeyboardFocusable(KeyboardEvent*) const;
|
| virtual void updateFocusAppearance(bool restorePreviousSelection);
|
|
|
|
|