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

Unified Diff: ash/wm/drag_details.h

Issue 1890713002: Adds WmWindow and converts WindowState to use it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 4 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
« no previous file with comments | « ash/wm/dock/docked_window_resizer_unittest.cc ('k') | ash/wm/drag_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/drag_details.h
diff --git a/ash/wm/drag_details.h b/ash/wm/drag_details.h
index c1554bbd2faf0faa7e22b7cbd5a118adec7ad5d2..60e6d1160466413ba3db6048953382c9226cf9cf 100644
--- a/ash/wm/drag_details.h
+++ b/ash/wm/drag_details.h
@@ -17,13 +17,15 @@ class Window;
namespace ash {
namespace wm {
+class WmWindow;
class WindowState;
}
struct ASH_EXPORT DragDetails {
- DragDetails(aura::Window* window,
+ DragDetails(wm::WmWindow* window,
const gfx::Point& location,
int window_component,
+ // TODO(sky): make wm type.
aura::client::WindowMoveSource source);
~DragDetails();
« no previous file with comments | « ash/wm/dock/docked_window_resizer_unittest.cc ('k') | ash/wm/drag_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698