Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / input_method / mode_indicator_controller.cc
index b526a1c..716cb08 100644 (file)
@@ -104,9 +104,9 @@ void ModeIndicatorController::ShowModeIndicator() {
   const base::string16 short_name =
       imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
 
-  aura::Window* parent = ash::Shell::GetContainer(
-      ash::wm::GetActiveWindow()->GetRootWindow(),
-      ash::internal::kShellWindowId_InputMethodContainer);
+  aura::Window* parent =
+      ash::Shell::GetContainer(ash::wm::GetActiveWindow()->GetRootWindow(),
+                               ash::kShellWindowId_SettingBubbleContainer);
   ash::ime::ModeIndicatorView* mi_view = new ash::ime::ModeIndicatorView(
       parent, cursor_bounds_, short_name);
   views::BubbleDelegateView::CreateBubble(mi_view);