| 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 29eafc121b1bdb3e044de190be560041ee5aadf7..536967fcbd9d5fb5f58c4e03e5c035e07d40516f 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.h
|
| @@ -31,6 +31,7 @@
|
| #include "core/editing/SelectionTemplate.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/html/HTMLFormControlElementWithState.h"
|
| +#include "public/platform/WebFocusType.h"
|
|
|
| namespace blink {
|
|
|
| @@ -63,7 +64,7 @@ class CORE_EXPORT TextControlElement : public HTMLFormControlElementWithState {
|
|
|
| void ForwardEvent(Event*);
|
|
|
| - void SetFocused(bool flag) override;
|
| + void SetFocused(bool, WebFocusType) override;
|
|
|
| // The derived class should return true if placeholder processing is needed.
|
| virtual bool IsPlaceholderVisible() const = 0;
|
|
|