|
|
cc: Remove client/engine LayerTreeHostInProcess.
Remove all unused code in LayerTreeHostInProcess for the remote mode.
All code for this is now in cc/blimp, so this removes the code for the
deprecated path. Clean up for proto conversion code is going to be in
a subsequent patch.
BUG= 648442
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Committed: https://crrev.com/c7eae9db07da0e2198fd95936046d719c7e78753
Cr-Commit-Position: refs/heads/master@{#431772}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+616 lines, -2408 lines) |
Patch |
 |
M |
blimp/client/core/compositor/blimp_compositor.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/renderer/blimp_content_renderer_client.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/renderer/blimp_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/renderer/blimp_remote_compositor_bridge.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/renderer/blimp_remote_compositor_bridge.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/blimp/compositor_state_deserializer_unittest.cc
|
View
|
|
3 chunks |
+7 lines, -230 lines |
0 comments
|
Download
|
 |
A |
cc/blimp/layer_tree_host_unittest_serialization.cc
|
View
|
1
2
3
|
1 chunk |
+174 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_host_remote_for_testing.cc
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_test.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
cc/test/remote_compositor_test.h
|
View
|
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/remote_compositor_test.cc
|
View
|
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
D |
cc/test/remote_proto_channel_bridge.h
|
View
|
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
 |
D |
cc/test/remote_proto_channel_bridge.cc
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
A |
cc/test/serialization_test_utils.h
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/serialization_test_utils.cc
|
View
|
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree.h
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_in_process.h
|
View
|
1
2
3
4
|
5 chunks |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_in_process.cc
|
View
|
1
2
3
4
|
10 chunks |
+3 lines, -232 lines |
0 comments
|
Download
|
 |
D |
cc/trees/layer_tree_host_unittest_remote_server.cc
|
View
|
|
1 chunk |
+0 lines, -109 lines |
0 comments
|
Download
|
 |
D |
cc/trees/layer_tree_host_unittest_serialization.cc
|
View
|
|
1 chunk |
+0 lines, -453 lines |
0 comments
|
Download
|
 |
M |
cc/trees/proxy_main.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/trees/proxy_main.cc
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
 |
D |
cc/trees/remote_channel_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -208 lines |
0 comments
|
Download
|
 |
D |
cc/trees/remote_channel_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -520 lines |
0 comments
|
Download
|
 |
D |
cc/trees/remote_channel_main.h
|
View
|
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
D |
cc/trees/remote_channel_main.cc
|
View
|
|
1 chunk |
+0 lines, -278 lines |
0 comments
|
Download
|
 |
D |
cc/trees/remote_proto_channel.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/content_renderer_client.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/content_renderer_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/public/renderer/remote_proto_channel.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
3
4
5
6
7
8
10
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 55 (42 generated)
|