| Index: chrome/browser/chromeos/input_method/ibus_ui_controller.cc
|
| diff --git a/chrome/browser/chromeos/input_method/ibus_ui_controller.cc b/chrome/browser/chromeos/input_method/ibus_ui_controller.cc
|
| index 3b243e6e25ecce6adc2268be2f56ac9c087d2bfd..a7b9b763b856400e373088bca8c362823682d81c 100644
|
| --- a/chrome/browser/chromeos/input_method/ibus_ui_controller.cc
|
| +++ b/chrome/browser/chromeos/input_method/ibus_ui_controller.cc
|
| @@ -340,7 +340,7 @@ class IBusUiControllerImpl : public IBusUiController {
|
| static ui::InputMethodIBus* GetChromeInputMethod() {
|
| if (!ash::Shell::HasInstance())
|
| return NULL;
|
| - aura::Window* root_window = ash::Shell::GetRootWindow();
|
| + aura::Window* root_window = ash::Shell::GetPrimaryRootWindow();
|
| if (!root_window)
|
| return NULL;
|
| return static_cast<ui::InputMethodIBus*>(root_window->GetProperty(
|
|
|