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

Side by Side Diff: services/ui/service.h

Issue 2736943003: Start to decouple display::Display from ws::PlatformDisplay. (Closed)
Patch Set: Fix comments. 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 unified diff | Download patch
« no previous file with comments | « services/ui/display/viewport_metrics.cc ('k') | services/ui/ws/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_SERVICE_H_ 5 #ifndef SERVICES_UI_SERVICE_H_
6 #define SERVICES_UI_SERVICE_H_ 6 #define SERVICES_UI_SERVICE_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
(...skipping 14 matching lines...) Expand all
25 #include "services/ui/public/interfaces/clipboard.mojom.h" 25 #include "services/ui/public/interfaces/clipboard.mojom.h"
26 #include "services/ui/public/interfaces/display_manager.mojom.h" 26 #include "services/ui/public/interfaces/display_manager.mojom.h"
27 #include "services/ui/public/interfaces/gpu.mojom.h" 27 #include "services/ui/public/interfaces/gpu.mojom.h"
28 #include "services/ui/public/interfaces/ime/ime.mojom.h" 28 #include "services/ui/public/interfaces/ime/ime.mojom.h"
29 #include "services/ui/public/interfaces/user_access_manager.mojom.h" 29 #include "services/ui/public/interfaces/user_access_manager.mojom.h"
30 #include "services/ui/public/interfaces/user_activity_monitor.mojom.h" 30 #include "services/ui/public/interfaces/user_activity_monitor.mojom.h"
31 #include "services/ui/public/interfaces/window_manager_window_tree_factory.mojom .h" 31 #include "services/ui/public/interfaces/window_manager_window_tree_factory.mojom .h"
32 #include "services/ui/public/interfaces/window_server_test.mojom.h" 32 #include "services/ui/public/interfaces/window_server_test.mojom.h"
33 #include "services/ui/public/interfaces/window_tree.mojom.h" 33 #include "services/ui/public/interfaces/window_tree.mojom.h"
34 #include "services/ui/public/interfaces/window_tree_host.mojom.h" 34 #include "services/ui/public/interfaces/window_tree_host.mojom.h"
35 #include "services/ui/ws/platform_display_init_params.h"
36 #include "services/ui/ws/user_id.h" 35 #include "services/ui/ws/user_id.h"
37 #include "services/ui/ws/window_server_delegate.h" 36 #include "services/ui/ws/window_server_delegate.h"
38 37
39 #if defined(USE_OZONE) 38 #if defined(USE_OZONE)
40 #include "ui/ozone/public/client_native_pixmap_factory.h" 39 #include "ui/ozone/public/client_native_pixmap_factory.h"
41 #endif 40 #endif
42 41
43 namespace discardable_memory { 42 namespace discardable_memory {
44 class DiscardableSharedMemoryManager; 43 class DiscardableSharedMemoryManager;
45 } 44 }
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 193
195 std::unique_ptr<discardable_memory::DiscardableSharedMemoryManager> 194 std::unique_ptr<discardable_memory::DiscardableSharedMemoryManager>
196 discardable_shared_memory_manager_; 195 discardable_shared_memory_manager_;
197 196
198 DISALLOW_COPY_AND_ASSIGN(Service); 197 DISALLOW_COPY_AND_ASSIGN(Service);
199 }; 198 };
200 199
201 } // namespace ui 200 } // namespace ui
202 201
203 #endif // SERVICES_UI_SERVICE_H_ 202 #endif // SERVICES_UI_SERVICE_H_
OLDNEW
« no previous file with comments | « services/ui/display/viewport_metrics.cc ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698