| 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 3c511436fa4408c8f2791eb3c76a59f07826ad66..69f8ee8787836c34226b7b6b74c872edd2acbf38 100644
|
| --- a/ui/base/ime/dummy_text_input_client.h
|
| +++ b/ui/base/ime/dummy_text_input_client.h
|
| @@ -42,6 +42,9 @@ class DummyTextInputClient : public TextInputClient {
|
| base::i18n::TextDirection direction) OVERRIDE;
|
| virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
|
| virtual void EnsureCaretInRect(const gfx::Rect& rect) OVERRIDE;
|
| + virtual void OnCandidateWindowShow() OVERRIDE;
|
| + virtual void OnCandidateWindowUpdate() OVERRIDE;
|
| + virtual void OnCandidateWindowHide() OVERRIDE;
|
| };
|
|
|
| } // namespace ui
|
|
|