| Index: cc/surfaces/surface_aggregator.cc
|
| diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
|
| index c7a3b8e0d1825d0b6558a549c98e0fa9096c34e7..e7a955a8b5bd2f94a9b1551feb22a30b920bf671 100644
|
| --- a/cc/surfaces/surface_aggregator.cc
|
| +++ b/cc/surfaces/surface_aggregator.cc
|
| @@ -294,16 +294,10 @@ void SurfaceAggregator::HandleSurfaceQuad(
|
|
|
| RenderPassDrawQuad* quad =
|
| dest_pass->CreateAndAppendDrawQuad<RenderPassDrawQuad>();
|
| - quad->SetNew(shared_quad_state,
|
| - surface_quad->rect,
|
| - surface_quad->visible_rect,
|
| - remapped_pass_id,
|
| - 0,
|
| - gfx::Vector2dF(),
|
| - gfx::Size(),
|
| - FilterOperations(),
|
| - gfx::Vector2dF(),
|
| - FilterOperations());
|
| + quad->SetNew(shared_quad_state, surface_quad->rect,
|
| + surface_quad->visible_rect, remapped_pass_id, 0,
|
| + gfx::Vector2dF(), gfx::Size(), FilterOperations(),
|
| + gfx::Vector2dF(), gfx::PointF(), FilterOperations());
|
| }
|
|
|
| referenced_surfaces_.erase(it);
|
|
|