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

Unified Diff: ui/views/widget/desktop_aura/x11_desktop_window_move_client.h

Issue 196383014: Remove window/host accessors from WED; IWYU for WTH (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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: ui/views/widget/desktop_aura/x11_desktop_window_move_client.h
diff --git a/ui/views/widget/desktop_aura/x11_desktop_window_move_client.h b/ui/views/widget/desktop_aura/x11_desktop_window_move_client.h
index 935ffcd6e2fb4d6a74f4300fd83fc00975889b55..12e5928c0fe65413fa4adddadb5c2df12552cfa2 100644
--- a/ui/views/widget/desktop_aura/x11_desktop_window_move_client.h
+++ b/ui/views/widget/desktop_aura/x11_desktop_window_move_client.h
@@ -18,7 +18,7 @@
#include "ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h"
namespace aura {
-class WindowEventDispatcher;
+class WindowTreeHost;
}
namespace gfx {
@@ -55,7 +55,7 @@ class VIEWS_EXPORT X11DesktopWindowMoveClient :
// We need to keep track of this so we can actually move it when reacting to
// mouse events.
- aura::WindowEventDispatcher* dispatcher_;
+ aura::WindowTreeHost* host_;
// Our cursor offset from the top left window origin when the drag
// started. Used to calculate the window's new bounds relative to the current

Powered by Google App Engine
This is Rietveld 408576698