|
Add the DelegatingRenderer class with its initialize path.
It's a skeleton class that can be initialized so that we can test with it.
Tests:
LayerTreeHostTest.PartialUpdatesWithDelegatingRendererAndGLContent
LayerTreeHostTest.PartialUpdatesWithDelegatingRendererAndSoftwareContent
LayerTreeHostImplTest.partialSwapReceivesDamageRect
R=piman
BUG= 146080
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171927
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+393 lines, -24 lines) |
Patch |
 |
M |
cc/cc.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/delegating_renderer.h
|
View
|
1
2
3
4
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/delegating_renderer.cc
|
View
|
1
|
1 chunk |
+186 lines, -0 lines |
2 comments
|
Download
|
 |
M |
cc/gl_renderer.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+40 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/resource_provider.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resource_provider.cc
|
View
|
1
2
3
|
5 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/software_renderer.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host_client.h
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host_client.cc
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_output_surface.h
|
View
|
1
2
|
2 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_output_surface.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|