| Index: third_party/WebKit/Source/core/html/HTMLLegendElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLegendElement.h b/third_party/WebKit/Source/core/html/HTMLLegendElement.h
|
| index dedea4d3adf863d95814ab360a413db8be65d396..dc8763815f45dba42f9e21601361ff369723b47c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLegendElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLegendElement.h
|
| @@ -44,7 +44,7 @@ private:
|
| HTMLFormControlElement* associatedControl();
|
|
|
| void accessKeyAction(bool sendMouseEvents) override;
|
| - void focus(bool restorePreviousSelection, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override;
|
| + void focus(const FocusParams&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|