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

Unified Diff: ash/mus/move_event_handler.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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/move_event_handler.cc
diff --git a/ash/mus/move_event_handler.cc b/ash/mus/move_event_handler.cc
index b2c7829dc487529db37312d1931b795d063e5f08..b0ba9cc873b81f9720953569eb7c9508a8ba1dbd 100644
--- a/ash/mus/move_event_handler.cc
+++ b/ash/mus/move_event_handler.cc
@@ -63,8 +63,7 @@ MoveEventHandler::MoveEventHandler(
aura::WindowManagerClient* window_manager_client,
aura::Window* window)
: wm_window_(WmWindow::Get(window)),
- window_manager_client_(window_manager_client),
- toplevel_window_event_handler_(wm_window_->GetShell()) {
+ window_manager_client_(window_manager_client) {
window->AddObserver(this);
window->AddPreTargetHandler(this);

Powered by Google App Engine
This is Rietveld 408576698