| Index: third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLabelElement.h b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| index fca7c91550d95bcf63ea24e365b6b8ac97bf5447..9c9fd06d0a8bd49e9f1366d5318f3a33adfd4d00 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| @@ -69,7 +69,7 @@ private:
|
| // Overridden to either click() or focus() the corresponding control.
|
| void defaultEventHandler(Event*) override;
|
|
|
| - void focus(bool restorePreviousSelection, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override;
|
| + void focus(const FocusParams&) override;
|
|
|
| // FormAssociatedElement methods
|
| bool isFormControlElement() const override { return false; }
|
|
|