|
cc: Move WebCompositorOutputSurface and related classes into cc/
This moves:
- WebKit::WebCompositorOutputSurface to cc::OutputSurface
- WebKit::WebCompositorOutputSurfaceClient to cc::OutputSurfaceClient
- Webkit::WebCompositorSoftwareOutputDevice to cc::SoftwareOutputDevice
They become new files in cc/ so they are chromified style. This affects
the various call-sites. This allows us to pass cc::CompositorFrame
directly, without any need for WebCompositorFrame.
BUG= 146080
Depends on: https://bugs.webkit.org/show_bug.cgi?id=103967
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171847
Total comments: 34
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+755 lines, -442 lines) |
Patch |
|
M |
cc/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/active_animation_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/cc.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/cc_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/delegated_renderer_layer_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/gl_renderer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
10 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
cc/heads_up_display_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/io_surface_layer_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layer_animation_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/layer_tree_host_client.h
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/layer_tree_host_impl.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
cc/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
23 chunks |
+30 lines, -30 lines |
0 comments
|
Download
|
|
M |
cc/layer_tree_host_perftest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
cc/output_surface.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+45 lines, -3 lines |
0 comments
|
Download
|
|
A |
cc/output_surface_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/proxy.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/resource_provider.cc
|
View
|
1
2
3
4
5
6
7
|
22 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
|
M |
cc/resource_provider_unittest.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/resource_update_controller_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/scrollbar_layer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
cc/software_output_device.h
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/software_renderer.h
|
View
|
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/software_renderer.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
|
M |
cc/software_renderer_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/test/animation_test_common.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/test/animation_test_common.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/test/fake_layer_tree_host_client.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/test/fake_layer_tree_host_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/test/fake_output_surface.h
|
View
|
1
2
3
4
5
|
1 chunk |
+45 lines, -4 lines |
0 comments
|
Download
|
|
A |
cc/test/fake_output_surface.cc
|
View
|
1
2
3
4
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
cc/test/fake_software_output_device.h
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
A |
cc/test/fake_software_output_device.cc
|
View
|
1
2
3
4
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
D |
cc/test/fake_web_compositor_output_surface.h
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
|
D |
cc/test/fake_web_compositor_software_output_device.h
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
|
M |
cc/test/layer_tree_test_common.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/test/layer_tree_test_common.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
|
M |
cc/test/pixel_test_output_surface.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/test/pixel_test_output_surface.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/tree_synchronizer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/compositor_impl_android.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/compositor_impl_android.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+37 lines, -41 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/image_transport_factory.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+19 lines, -18 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/compositor_output_surface.h
|
View
|
1
2
3
|
3 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/compositor_output_surface.cc
|
View
|
1
2
3
|
6 chunks |
+14 lines, -20 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/compositor_software_output_device_gl_adapter.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/compositor_software_output_device_gl_adapter.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/compositor/compositor.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
ui/compositor/compositor.cc
|
View
|
1
2
3
|
6 chunks |
+19 lines, -16 lines |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/compositor_bindings.gyp
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/test/web_layer_tree_view_test_common.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/web_compositor_support_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/web_compositor_support_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/compositor_bindings/web_compositor_support_output_surface.h
|
View
|
1
2
3
4
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/compositor_bindings/web_compositor_support_output_surface.cc
|
View
|
1
2
3
4
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/compositor_bindings/web_compositor_support_software_output_device.h
|
View
|
1
2
3
4
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/compositor_bindings/web_compositor_support_software_output_device.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/web_layer_tree_view_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/web_layer_tree_view_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
webkit/compositor_bindings/web_layer_tree_view_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|