Index: third_party/WebKit/Source/core/html/HTMLInputElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
index b79b6eb9d71e4c2ce8bdfb9509daf9b55d865aec..fec9689cdcb6ed7f3fae55ae7176015952e5a410 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
@@ -150,7 +150,7 @@ public: |
bool layoutObjectIsNeeded(const ComputedStyle&) final; |
LayoutObject* createLayoutObject(const ComputedStyle&) override; |
void detach(const AttachContext& = AttachContext()) final; |
- void updateFocusAppearance(bool restorePreviousSelection) final; |
+ void updateFocusAppearance(SelectionBehaviorOnFocus) final; |
// FIXME: For isActivatedSubmit and setActivatedSubmit, we should use the NVI-idiom here by making |
// it private virtual in all classes and expose a public method in HTMLFormControlElement to call |