Index: third_party/WebKit/Source/core/html/HTMLTextAreaElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h |
index 80f8dcbddc912ea4f87a291865ea93438953b2b1..62c2186fbba2d5756059be779ac4c72ec21e172e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h |
@@ -125,7 +125,7 @@ private: |
bool hasCustomFocusLogic() const override; |
bool shouldShowFocusRingOnMouseFocus() const override; |
bool isKeyboardFocusable() const override; |
- void updateFocusAppearance(bool restorePreviousSelection) override; |
+ void updateFocusAppearance(SelectionBehaviorOnFocus) override; |
void accessKeyAction(bool sendMouseEvents) override; |