| Index: ui/keyboard/webui/vk_mojo_handler.h
|
| diff --git a/ui/keyboard/webui/vk_mojo_handler.h b/ui/keyboard/webui/vk_mojo_handler.h
|
| index 8d69d1500f224f912fe2ef6139dbd8f5a29ee8be..e58cd933af5c5d0a0a0105437873c176e0ab40d5 100644
|
| --- a/ui/keyboard/webui/vk_mojo_handler.h
|
| +++ b/ui/keyboard/webui/vk_mojo_handler.h
|
| @@ -37,6 +37,7 @@ class VKMojoHandler : public KeyboardUIHandlerMojo,
|
| void OnTextInputStateChanged(const ui::TextInputClient* text_client) override;
|
| void OnInputMethodDestroyed(const ui::InputMethod* input_method) override;
|
| void OnShowImeIfNeeded() override;
|
| + void OnKeyboardBoundsUnchanged() override;
|
|
|
| mojo::Binding<KeyboardUIHandlerMojo> binding_;
|
|
|
|
|