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

Side by Side Diff: services/ui/surfaces/display_compositor.h

Issue 2545923003: services/ui/surfaces should not depend on other parts of Mus (Closed)
Patch Set: Cleanup Created 4 years 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/surfaces/BUILD.gn ('k') | services/ui/surfaces/display_compositor.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 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 SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_ 5 #ifndef SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_
6 #define SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_ 6 #define SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/threading/thread_checker.h" 11 #include "base/threading/thread_checker.h"
12 #include "cc/ipc/display_compositor.mojom.h" 12 #include "cc/ipc/display_compositor.mojom.h"
13 #include "cc/surfaces/frame_sink_id.h" 13 #include "cc/surfaces/frame_sink_id.h"
14 #include "cc/surfaces/local_frame_id.h" 14 #include "cc/surfaces/local_frame_id.h"
15 #include "cc/surfaces/surface_id.h" 15 #include "cc/surfaces/surface_id.h"
16 #include "cc/surfaces/surface_manager.h" 16 #include "cc/surfaces/surface_manager.h"
17 #include "cc/surfaces/surface_observer.h" 17 #include "cc/surfaces/surface_observer.h"
18 #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h" 18 #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
19 #include "gpu/ipc/common/surface_handle.h" 19 #include "gpu/ipc/common/surface_handle.h"
20 #include "gpu/ipc/in_process_command_buffer.h" 20 #include "gpu/ipc/in_process_command_buffer.h"
21 #include "ipc/ipc_channel_handle.h" 21 #include "ipc/ipc_channel_handle.h"
22 #include "mojo/public/cpp/bindings/binding.h" 22 #include "mojo/public/cpp/bindings/binding.h"
23 #include "services/ui/common/mus_gpu_memory_buffer_manager.h"
24 23
25 namespace gpu { 24 namespace gpu {
26 class GpuMemoryBufferManager; 25 class GpuMemoryBufferManager;
27 class ImageFactory; 26 class ImageFactory;
28 } 27 }
29 28
30 namespace cc { 29 namespace cc {
31 class SurfaceHittest; 30 class SurfaceHittest;
32 class SurfaceManager; 31 class SurfaceManager;
33 } // namespace cc 32 } // namespace cc
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 base::ThreadChecker thread_checker_; 113 base::ThreadChecker thread_checker_;
115 114
116 mojo::Binding<cc::mojom::DisplayCompositor> binding_; 115 mojo::Binding<cc::mojom::DisplayCompositor> binding_;
117 116
118 DISALLOW_COPY_AND_ASSIGN(DisplayCompositor); 117 DISALLOW_COPY_AND_ASSIGN(DisplayCompositor);
119 }; 118 };
120 119
121 } // namespace ui 120 } // namespace ui
122 121
123 #endif // SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_ 122 #endif // SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_
OLDNEW
« no previous file with comments | « services/ui/surfaces/BUILD.gn ('k') | services/ui/surfaces/display_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698