|
MockQC stops create its own RP and MockOcclusionTracker
MockQuadCuller used to make its own RenderPass and Occlusion Tracker
when nothing is passed in. Now all unittests use MockQC has to create
their own RP and OT, and pass pointers to MockQC. This would make
MockQC mimick QC behavior.
Next CL would use one QuadSink function to replace the hierarchy of
QuadSink, QuadCuller, and MockQuadCuller.
This CL follows 306683002.
BUG= 344962
TEST=cc_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277099
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+110 lines, -64 lines) |
Patch |
 |
M |
cc/layers/heads_up_display_layer_impl_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/nine_patch_layer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/picture_image_layer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/render_surface_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/scrollbar_layer_unittest.cc
|
View
|
|
4 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/layers/solid_color_layer_impl_unittest.cc
|
View
|
1
2
|
5 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layers/tiled_layer_impl_unittest.cc
|
View
|
1
2
|
7 chunks |
+26 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/layers/ui_resource_layer_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_test_common.h
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_test_common.cc
|
View
|
1
2
|
4 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/test/mock_occlusion_tracker.h
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/mock_quad_culler.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/mock_quad_culler.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|