| Index: chrome/browser/chromeos/input_method/input_method_engine.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine.cc b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| index d7e48fbb723abd3236025e31dd26838fddb64632..6a1dfed608643405d1c99c73cd16b58c294bf7c2 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| @@ -511,6 +511,10 @@ void InputMethodEngine::HideInputView() {
|
| }
|
| }
|
|
|
| +void InputMethodEngine::SetCompositionBounds(const gfx::Rect& bounds) {
|
| + observer_->OnCompositionBoundsChanged(bounds);
|
| +}
|
| +
|
| void InputMethodEngine::EnableInputView() {
|
| #if defined(USE_ATHENA)
|
| // Athena does not currently support an extension-based VK. Blocking the
|
|
|