| Index: ui/aura_shell/toplevel_window_event_filter.cc
|
| diff --git a/ui/aura_shell/toplevel_window_event_filter.cc b/ui/aura_shell/toplevel_window_event_filter.cc
|
| index 4da437cf1248901c3b0e995a30c8f70d6acea90a..d6e996c5dd1248e58a9a7a63f26be03d694e1aef 100644
|
| --- a/ui/aura_shell/toplevel_window_event_filter.cc
|
| +++ b/ui/aura_shell/toplevel_window_event_filter.cc
|
| @@ -173,7 +173,7 @@ void ToplevelWindowEventFilter::MoveWindowToFront(aura::Window* target) {
|
| aura::Window* parent = target->parent();
|
| aura::Window* child = target;
|
| while (parent) {
|
| - parent->MoveChildToFront(child);
|
| + parent->StackChildAtTop(child);
|
| if (parent == owner())
|
| break;
|
| parent = parent->parent();
|
|
|