| 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 f5e5951f6923b7b8297d90ac0ecd517558dac434..72f565e888b8af90e14ccdae7aa7efba0629057f 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -196,7 +196,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void ajaxSucceeded(LocalFrame*) override;
|
|
|
| void didCancelCompositionOnSelectionChange() override;
|
| - void willSetInputMethodState() override;
|
| + void resetInputMethod() override;
|
| void showImeIfNeeded() override;
|
|
|
| void registerViewportLayers() const override;
|
|
|