| Index: cc/surfaces/surface_aggregator_test_helpers.cc
|
| diff --git a/cc/surfaces/surface_aggregator_test_helpers.cc b/cc/surfaces/surface_aggregator_test_helpers.cc
|
| index c6a7aa07971dfd78ce15ff2db139f1987bd0bab1..a40b2c2790e6b468372103c5855d6881efa1d054 100644
|
| --- a/cc/surfaces/surface_aggregator_test_helpers.cc
|
| +++ b/cc/surfaces/surface_aggregator_test_helpers.cc
|
| @@ -69,7 +69,8 @@ void AddTestRenderPassQuad(TestRenderPass* pass, RenderPassId render_pass_id) {
|
| output_rect,
|
| render_pass_id,
|
| 0,
|
| - gfx::RectF(),
|
| + gfx::Vector2dF(),
|
| + gfx::Size(),
|
| FilterOperations(),
|
| gfx::Vector2dF(),
|
| FilterOperations());
|
|
|