Index: third_party/WebKit/Source/core/html/TextControlElement.h |
diff --git a/third_party/WebKit/Source/core/html/TextControlElement.h b/third_party/WebKit/Source/core/html/TextControlElement.h |
index 536967fcbd9d5fb5f58c4e03e5c035e07d40516f..b3a24e2d487f00441478e199f932ed84ddc1d515 100644 |
--- a/third_party/WebKit/Source/core/html/TextControlElement.h |
+++ b/third_party/WebKit/Source/core/html/TextControlElement.h |
@@ -64,7 +64,7 @@ class CORE_EXPORT TextControlElement : public HTMLFormControlElementWithState { |
void ForwardEvent(Event*); |
- void SetFocused(bool, WebFocusType) override; |
+ void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) override; |
// The derived class should return true if placeholder processing is needed. |
virtual bool IsPlaceholderVisible() const = 0; |