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

Side by Side Diff: services/ui/ws/drag_controller.h

Issue 2786983003: [aura-mus] Add ui::CursorData, with mojo serialization. (Closed)
Patch Set: everybody comments Created 3 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 unified diff | Download patch
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/drag_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SERVICES_UI_WS_DRAG_CONTROLLER_H_ 5 #ifndef SERVICES_UI_WS_DRAG_CONTROLLER_H_
6 #define SERVICES_UI_WS_DRAG_CONTROLLER_H_ 6 #define SERVICES_UI_WS_DRAG_CONTROLLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 10
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "services/ui/common/types.h" 12 #include "services/ui/common/types.h"
13 #include "services/ui/public/interfaces/cursor.mojom.h" 13 #include "services/ui/public/interfaces/cursor/cursor.mojom.h"
14 #include "services/ui/ws/ids.h" 14 #include "services/ui/ws/ids.h"
15 #include "services/ui/ws/server_window_observer.h" 15 #include "services/ui/ws/server_window_observer.h"
16 16
17 namespace gfx { 17 namespace gfx {
18 class Point; 18 class Point;
19 } 19 }
20 20
21 namespace ui { 21 namespace ui {
22 class PointerEvent; 22 class PointerEvent;
23 23
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 153
154 base::WeakPtrFactory<DragController> weak_factory_; 154 base::WeakPtrFactory<DragController> weak_factory_;
155 155
156 DISALLOW_COPY_AND_ASSIGN(DragController); 156 DISALLOW_COPY_AND_ASSIGN(DragController);
157 }; 157 };
158 158
159 } // namespace ws 159 } // namespace ws
160 } // namespace ui 160 } // namespace ui
161 161
162 #endif // SERVICES_UI_WS_DRAG_CONTROLLER_H_ 162 #endif // SERVICES_UI_WS_DRAG_CONTROLLER_H_
OLDNEW
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/drag_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698