| Index: ui/base/ime/dummy_text_input_client.h
|
| diff --git a/ui/base/ime/dummy_text_input_client.h b/ui/base/ime/dummy_text_input_client.h
|
| index 32dd85798773e4e80ef262fdf5f07750a1cd0d2c..d07ebba2e388ffc4426ab1cc85c007dce5138f36 100644
|
| --- a/ui/base/ime/dummy_text_input_client.h
|
| +++ b/ui/base/ime/dummy_text_input_client.h
|
| @@ -48,6 +48,7 @@ class DummyTextInputClient : public TextInputClient {
|
| void OnCandidateWindowHidden() override;
|
| bool IsEditingCommandEnabled(int command_id) override;
|
| void ExecuteEditingCommand(int command_id) override;
|
| + void OnKeyboardBoundsUnchanged() override;
|
|
|
| TextInputType text_input_type_;
|
|
|
|
|