| Index: third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/TextControlElement.cpp b/third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| index 955b42685541178b2188c48d4020bd87a1e976fb..cb104a9a682abf43f51c6799d84fe3e92ab89be8 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| @@ -212,8 +212,8 @@ void TextControlElement::ClearValueBeforeFirstUserEdit() {
|
| value_before_first_user_edit_ = String();
|
| }
|
|
|
| -void TextControlElement::SetFocused(bool flag) {
|
| - HTMLFormControlElementWithState::SetFocused(flag);
|
| +void TextControlElement::SetFocused(bool flag, WebFocusType focus_type) {
|
| + HTMLFormControlElementWithState::SetFocused(flag, focus_type);
|
|
|
| if (!flag)
|
| DispatchFormControlChangeEvent();
|
|
|