| Index: ash/wm/window_util.cc
|
| diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc
|
| index 66a62433244842870080bf95a49fbc0fadef05fb..7f358402ef09b93d5e94ba82531c9bd7dca86f8a 100644
|
| --- a/ash/wm/window_util.cc
|
| +++ b/ash/wm/window_util.cc
|
| @@ -100,7 +100,7 @@ bool MoveWindowToEventRoot(aura::Window* window, const ui::Event& event) {
|
| views::View* target = static_cast<views::View*>(event.target());
|
| if (!target)
|
| return false;
|
| - aura::RootWindow* target_root =
|
| + aura::Window* target_root =
|
| target->GetWidget()->GetNativeView()->GetRootWindow();
|
| if (!target_root || target_root == window->GetRootWindow())
|
| return false;
|
|
|