| Index: cc/surfaces/surface_aggregator.cc
|
| diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
|
| index a1d015f7cc021d28c07adcbbe98fbb5db48e7726..db1366da53cac0239eb0d95bb097ebc17893b0e7 100644
|
| --- a/cc/surfaces/surface_aggregator.cc
|
| +++ b/cc/surfaces/surface_aggregator.cc
|
| @@ -333,7 +333,8 @@ void SurfaceAggregator::HandleSurfaceQuad(
|
| dest_pass->CreateAndAppendDrawQuad<RenderPassDrawQuad>();
|
| quad->SetNew(shared_quad_state, surface_quad->rect,
|
| surface_quad->visible_rect, remapped_pass_id, 0, gfx::RectF(),
|
| - gfx::Size(), gfx::Vector2dF(), gfx::PointF(), gfx::RectF());
|
| + gfx::Size(), gfx::Vector2dF(), gfx::PointF(),
|
| + gfx::RectF(surface_quad->rect));
|
| }
|
|
|
| referenced_surfaces_.erase(it);
|
|
|