Index: cc/surfaces/surface_aggregator_unittest.cc |
diff --git a/cc/surfaces/surface_aggregator_unittest.cc b/cc/surfaces/surface_aggregator_unittest.cc |
index 12619b514f612a00772c871c4b0344414e2e8728..a876aab78d0061a9bf7b3eb431c3938acb1c9d11 100644 |
--- a/cc/surfaces/surface_aggregator_unittest.cc |
+++ b/cc/surfaces/surface_aggregator_unittest.cc |
@@ -1356,19 +1356,10 @@ void SubmitFrameWithResources(ResourceId* resource_ids, |
const float vertex_opacity[4] = {0.f, 0.f, 1.f, 1.f}; |
bool flipped = false; |
bool nearest_neighbor = false; |
- quad->SetAll(sqs, |
- rect, |
- opaque_rect, |
- visible_rect, |
- needs_blending, |
- resource_ids[i], |
- premultiplied_alpha, |
- uv_top_left, |
- uv_bottom_right, |
- background_color, |
- vertex_opacity, |
- flipped, |
- nearest_neighbor); |
+ quad->SetAll(sqs, rect, opaque_rect, visible_rect, needs_blending, |
+ resource_ids[i], gfx::Size(), false, premultiplied_alpha, |
+ uv_top_left, uv_bottom_right, background_color, vertex_opacity, |
+ flipped, nearest_neighbor); |
} |
frame_data->render_pass_list.push_back(pass.Pass()); |
scoped_ptr<CompositorFrame> frame(new CompositorFrame); |