| Index: chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| index 737f68eebb9403a7cb4a07cd7a8af8ba7f4365c5..045ce25d6714f3aae18ff60839524964321a7369 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| @@ -50,7 +50,7 @@ void CandidateWindowControllerImpl::InitCandidateWindowView() {
|
| // as we have in ChromeOS. For example, candidate pop-up disappears when
|
| // dragging the window in mash, but it shouldn't.
|
| gfx::NativeView parent = nullptr;
|
| - if (!ash_util::IsRunningInMash()) {
|
| + if (!IsRunningInMash()) {
|
| aura::Window* active_window = ash::wm::GetActiveWindow();
|
| parent = ash::Shell::GetContainer(
|
| active_window ? active_window->GetRootWindow()
|
|
|