summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_aggregator_test_helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/surfaces/surface_aggregator_test_helpers.cc')
-rw-r--r--cc/surfaces/surface_aggregator_test_helpers.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/surfaces/surface_aggregator_test_helpers.cc b/cc/surfaces/surface_aggregator_test_helpers.cc
index d484d7e..2ac3289 100644
--- a/cc/surfaces/surface_aggregator_test_helpers.cc
+++ b/cc/surfaces/surface_aggregator_test_helpers.cc
@@ -55,7 +55,6 @@ void AddTestSurfaceQuad(TestRenderPass* pass,
void AddTestRenderPassQuad(TestRenderPass* pass,
RenderPass::Id render_pass_id) {
MockQuadCuller quad_sink(&pass->quad_list, &pass->shared_quad_state_list);
- AppendQuadsData data(pass->id);
gfx::Rect output_rect = gfx::Rect(0, 0, 5, 5);
SharedQuadState* shared_state =
quad_sink.UseSharedQuadState(SharedQuadState::Create());
@@ -77,7 +76,7 @@ void AddTestRenderPassQuad(TestRenderPass* pass,
gfx::RectF(),
FilterOperations(),
FilterOperations());
- quad_sink.Append(quad.PassAs<DrawQuad>(), &data);
+ quad_sink.Append(quad.PassAs<DrawQuad>());
}
void AddQuadInPass(TestRenderPass* pass, Quad desc) {