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

Unified Diff: ash/mus/move_event_handler.h

Issue 2625873007: Promotes WmWindowMus functions to WmWindowAura and nukes WmWindowMus (Closed)
Patch Set: merge Created 3 years, 11 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
« no previous file with comments | « ash/mus/frame/detached_title_area_renderer.cc ('k') | ash/mus/move_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/move_event_handler.h
diff --git a/ash/mus/move_event_handler.h b/ash/mus/move_event_handler.h
index 531f37c0129fbc92ea1c15ea2bc9b9bca6109283..104b74eb5263d968cebbfd705d4fa644eb8f2ca4 100644
--- a/ash/mus/move_event_handler.h
+++ b/ash/mus/move_event_handler.h
@@ -22,9 +22,11 @@ class CancelModeEvent;
}
namespace ash {
+
+class WmWindowAura;
+
namespace mus {
-class WmWindowMus;
class WorkspaceEventHandlerMus;
// EventHandler attached to windows that may be dragged and/or resized. This
@@ -73,7 +75,7 @@ class MoveEventHandler : public ui::EventHandler, public aura::WindowObserver {
// Overridden from aura::WindowObserver:
void OnWindowDestroying(aura::Window* window) override;
- WmWindowMus* wm_window_;
+ ash::WmWindowAura* wm_window_;
aura::WindowManagerClient* window_manager_client_;
wm::WmToplevelWindowEventHandler toplevel_window_event_handler_;
« no previous file with comments | « ash/mus/frame/detached_title_area_renderer.cc ('k') | ash/mus/move_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698