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

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

Issue 2739213003: aura-mus: wire up drag and drop. (Closed)
Patch Set: msvc doesn't understand that this is impossible. Created 3 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
« no previous file with comments | « no previous file | services/ui/ws/drag_controller.cc » ('j') | services/ui/ws/drag_controller.cc » ('J')
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 cb402829e82c19586b25638a94f06ed4c3e016e5..edbc11a703532f1ab877acb864746b496cca6c36 100644
--- a/services/ui/ws/drag_controller.h
+++ b/services/ui/ws/drag_controller.h
@@ -111,6 +111,8 @@ class DragController : public ServerWindowObserver {
// ServerWindowObserver:
void OnWindowDestroying(ServerWindow* window) override;
+ static std::string ToString(OperationType type);
sky 2017/03/10 21:00:57 Move to anonymous namespace in drag_controller.cc
Elliot Glaysher 2017/03/10 21:30:07 I can't do this because OperationType is a private
+
// Our owner.
DragSource* source_;
« no previous file with comments | « no previous file | services/ui/ws/drag_controller.cc » ('j') | services/ui/ws/drag_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698