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

Unified Diff: services/ui/ws/drag_controller.h

Issue 2455963006: Wires up drag/drop for aura-mus (Closed)
Patch Set: twweaks Created 4 years, 2 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 | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/drag_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/drag_controller.h
diff --git a/services/ui/ws/drag_controller.h b/services/ui/ws/drag_controller.h
index 1517a510b5f20dcdb87d49fed04d6587c50ea7ae..dd2b292d5254cc7e6cd14bda8043c89429b1b47a 100644
--- a/services/ui/ws/drag_controller.h
+++ b/services/ui/ws/drag_controller.h
@@ -93,7 +93,7 @@ class DragController : public ServerWindowObserver {
void QueueOperation(ServerWindow* window,
OperationType type,
uint32_t event_flags,
- gfx::Point screen_position);
+ const gfx::Point& screen_position);
void DispatchOperation(ServerWindow* window, WindowState* state);
void OnRespondToOperation(ServerWindow* window);
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/drag_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698