|
|
Rename DisplayCompositor to MojoFrameSinkManager.
The DisplayCompositor class and interface names are inaccurate. It is
not a per display thing and it doesn't composite. We also already have a
"display compositor" which is something separate.
What was called DisplayCompositor actually manages CompositorFrameSinks.
In the future it will manage other kinds of FrameSinks.
Rename the interface to mojom::FrameSinkManager and implementation to
MojoFrameSinkManager.
Also remove cc::mojom::FrameSinkManager from manifests. This is a
privileged interface only for service:ui not window_manager + apps.
BUG= 705630
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2797453002
Cr-Commit-Position: refs/heads/master@{#461727}
Committed: https://chromium.googlesource.com/chromium/src/+/486c4556acd867e89461ff8c53f6badfe2f1b3a4
Total comments: 25
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -523 lines) |
Patch |
 |
M |
cc/ipc/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
cc/ipc/display_compositor.mojom
|
View
|
|
1 chunk |
+0 lines, -84 lines |
0 comments
|
Download
|
 |
A + |
cc/ipc/frame_sink_manager.mojom
|
View
|
1
|
3 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/display_compositor/gpu_compositor_frame_sink.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/display_compositor/gpu_root_compositor_frame_sink.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_manager_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/offscreen_canvas_surface_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/ui/common/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/gpu/gpu_main.h
|
View
|
1
2
|
5 chunks |
+19 lines, -18 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/gpu_main.cc
|
View
|
1
2
|
6 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/interfaces/gpu_main.mojom
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/interfaces/gpu_service.mojom
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/manifest.json
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_manager.mojom
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_tree.mojom
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/surfaces/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
services/ui/surfaces/display_compositor.h
|
View
|
|
1 chunk |
+0 lines, -108 lines |
0 comments
|
Download
|
 |
D |
services/ui/surfaces/display_compositor.cc
|
View
|
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
M |
services/ui/surfaces/display_provider.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A + |
services/ui/surfaces/mojo_frame_sink_manager.h
|
View
|
1
2
3
4
|
5 chunks |
+23 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
services/ui/surfaces/mojo_frame_sink_manager.cc
|
View
|
1
2
|
6 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/display_client_compositor_frame_sink.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/frame_generator_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/gpu_host.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/gpu_host.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/server_window.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/server_window_compositor_frame_sink_manager.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/server_window_compositor_frame_sink_manager.cc
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/server_window_delegate.h
|
View
|
1
2
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/test_server_window_delegate.h
|
View
|
1
2
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/test_server_window_delegate.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_server.h
|
View
|
1
2
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_server.cc
|
View
|
1
2
|
6 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 35 (18 generated)
|