| Index: ui/base/ime/dummy_text_input_client.cc
|
| diff --git a/ui/base/ime/dummy_text_input_client.cc b/ui/base/ime/dummy_text_input_client.cc
|
| index 769cfd130923611177da4ba46b56cca7017e1fe3..67c8e00d344ce8382eff0de2ed5820526fc3222f 100644
|
| --- a/ui/base/ime/dummy_text_input_client.cc
|
| +++ b/ui/base/ime/dummy_text_input_client.cc
|
| @@ -99,4 +99,13 @@ void DummyTextInputClient::ExtendSelectionAndDelete(size_t before,
|
| void DummyTextInputClient::EnsureCaretInRect(const gfx::Rect& rect) {
|
| }
|
|
|
| +void DummyTextInputClient::OnCandidateWindowShow() {
|
| +}
|
| +
|
| +void DummyTextInputClient::OnCandidateWindowUpdate() {
|
| +}
|
| +
|
| +void DummyTextInputClient::OnCandidateWindowHide() {
|
| +}
|
| +
|
| } // namespace ui
|
|
|