| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index a066bcd3c83b87dda57be3f2f5ea28cf515fa1b6..006481ef39ba0f23e6a22059175290ee3cd77c64 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -204,7 +204,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void textFieldDataListChanged(HTMLInputElement&) override;
|
| void ajaxSucceeded(LocalFrame*) override;
|
|
|
| - void showVirtualKeyboardOnElementFocus() override;
|
| + void showVirtualKeyboardOnElementFocus(LocalFrame&) override;
|
|
|
| void registerViewportLayers() const override;
|
|
|
|
|