| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 0fbc980bd3d627e14ae21faa4cecfae3e9ecebea..06687e4227651d64b31215cc25221da905249477 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -49,6 +49,7 @@
|
| #include "base/time/time.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/client/drag_drop_client.h"
|
| +#include "ui/aura/client/screen_position_client.h"
|
| #include "ui/aura/client/tooltip_client.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_delegate.h"
|
| @@ -357,6 +358,7 @@ void RootWindowController::Shutdown() {
|
| dispatcher()->PrepareForShutdown();
|
|
|
| system_background_.reset();
|
| + aura::client::SetScreenPositionClient(root_window(), NULL);
|
| }
|
|
|
| SystemModalContainerLayoutManager*
|
|
|