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

Side by Side Diff: ui/ozone/platform/drm/gpu/drm_thread.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_ 5 #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_
6 #define UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_ 6 #define UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
(...skipping 13 matching lines...) Expand all
24 24
25 namespace base { 25 namespace base {
26 struct FileDescriptor; 26 struct FileDescriptor;
27 } 27 }
28 28
29 namespace gfx { 29 namespace gfx {
30 class Point; 30 class Point;
31 class Rect; 31 class Rect;
32 } 32 }
33 33
34 namespace shell { 34 namespace service_manager {
35 class Connection; 35 class Connection;
36 } 36 }
37 37
38 namespace ui { 38 namespace ui {
39 39
40 class DrmDeviceManager; 40 class DrmDeviceManager;
41 class DrmGpuDisplayManager; 41 class DrmGpuDisplayManager;
42 class DrmWindow; 42 class DrmWindow;
43 class DrmWindowProxy; 43 class DrmWindowProxy;
44 class GbmBuffer; 44 class GbmBuffer;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 // The mojo implementation requires a BindingSet because the DrmThread serves 141 // The mojo implementation requires a BindingSet because the DrmThread serves
142 // requests from two different client threads. 142 // requests from two different client threads.
143 mojo::BindingSet<ozone::mojom::DeviceCursor> bindings_; 143 mojo::BindingSet<ozone::mojom::DeviceCursor> bindings_;
144 144
145 DISALLOW_COPY_AND_ASSIGN(DrmThread); 145 DISALLOW_COPY_AND_ASSIGN(DrmThread);
146 }; 146 };
147 147
148 } // namespace ui 148 } // namespace ui
149 149
150 #endif // UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_ 150 #endif // UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/cursor_proxy_mojo.cc ('k') | ui/ozone/platform/drm/gpu/drm_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698