Chromium Code Reviews| Index: components/arc/ime/arc_ime_service.h |
| diff --git a/components/arc/ime/arc_ime_service.h b/components/arc/ime/arc_ime_service.h |
| index b29548c1dfa7109dd90a57c494a828af9564a77a..6b3e57d525c8d0a350c808b1b27fe0df8b3cb191 100644 |
| --- a/components/arc/ime/arc_ime_service.h |
| +++ b/components/arc/ime/arc_ime_service.h |
| @@ -70,6 +70,7 @@ class ArcImeService : public ArcService, |
| // Overridden from keyboard::KeyboardControllerObserver. |
| void OnKeyboardBoundsChanging(const gfx::Rect& rect) override; |
| + void OnKeyboardClosed() override {} |
|
jochen (gone - plz use gerrit)
2016/07/18 11:32:02
please move the implementation to the .cc file her
Azure Wei
2016/09/14 07:09:27
Done.
|
| // Overridden from ui::TextInputClient: |
| void SetCompositionText(const ui::CompositionText& composition) override; |