| Index: components/arc/ime/arc_ime_service.cc
|
| diff --git a/components/arc/ime/arc_ime_service.cc b/components/arc/ime/arc_ime_service.cc
|
| index a55df941ce0fe3239a0242b31c21eaacb1f57c8b..884739b155548aae30a9b1e7f7c88a832240deaa 100644
|
| --- a/components/arc/ime/arc_ime_service.cc
|
| +++ b/components/arc/ime/arc_ime_service.cc
|
| @@ -179,6 +179,8 @@ void ArcImeService::OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) {
|
| ime_bridge_->SendOnKeyboardBoundsChanging(bounds_in_px);
|
| }
|
|
|
| +void ArcImeService::OnKeyboardHidden() {}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Overridden from ui::TextInputClient:
|
|
|
|
|