| 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 d79842edf90ab40707733d02b841f2bd7c28ffec..0da4c37ef9cb9b5c1ddbe7f954263fcba69f2030 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -205,6 +205,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void ajaxSucceeded(LocalFrame*) override;
|
|
|
| void showVirtualKeyboardOnElementFocus(LocalFrame&) override;
|
| + void updateCompositionInfo(LocalFrame*, bool immediateRequest) override;
|
|
|
| void registerViewportLayers() const override;
|
|
|
|
|