Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: ash/mus/frame/move_event_handler.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/mus/frame/move_event_handler.cc
diff --git a/ash/mus/frame/move_event_handler.cc b/ash/mus/frame/move_event_handler.cc
index f16807b1bc9766291f206d4ea74f38821841e6c6..b903dce5d7465a89418e7ed88a6cf6e7d0ca7f4b 100644
--- a/ash/mus/frame/move_event_handler.cc
+++ b/ash/mus/frame/move_event_handler.cc
@@ -48,7 +48,7 @@ MoveEventHandler::MoveEventHandler(
: wm_window_(WmWindowMus::Get(mus_window)),
window_manager_client_(window_manager_client),
root_window_(aura_window->GetRootWindow()),
- toplevel_window_event_handler_(wm_window_->GetGlobals()) {
+ toplevel_window_event_handler_(wm_window_->GetShell()) {
root_window_->AddObserver(this);
root_window_->AddPreTargetHandler(this);
}

Powered by Google App Engine
This is Rietveld 408576698