| 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 46f636b85bf822391e5becf341f8a0d5cc897cc4..218a9a7dbec83eb9b083fff9e91ef1dc9a4d813b 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -204,6 +204,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void TextFieldDataListChanged(HTMLInputElement&) override;
|
| void AjaxSucceeded(LocalFrame*) override;
|
|
|
| + void DidCancelCompositionOnSelectionChange() override;
|
| void ShowVirtualKeyboardOnElementFocus(LocalFrame&) override;
|
|
|
| void RegisterViewportLayers() const override;
|
|
|