| Index: cc/layers/render_surface_impl.cc
|
| diff --git a/cc/layers/render_surface_impl.cc b/cc/layers/render_surface_impl.cc
|
| index 3bce76fd8120d569f6bb933c69e2557a2a622266..f26c292298cb88e8fb6120f97419135575fcba0a 100644
|
| --- a/cc/layers/render_surface_impl.cc
|
| +++ b/cc/layers/render_surface_impl.cc
|
| @@ -145,8 +145,8 @@ void RenderSurfaceImpl::AppendQuads(QuadSink* quad_sink,
|
| const gfx::Transform& draw_transform =
|
| for_replica ? replica_draw_transform_ : draw_transform_;
|
| gfx::Rect visible_content_rect =
|
| - quad_sink->UnoccludedContributingSurfaceContentRect(content_rect_,
|
| - draw_transform);
|
| + quad_sink->UnoccludedContributingSurfaceContentRect(
|
| + owning_layer_, content_rect_, draw_transform);
|
| if (visible_content_rect.IsEmpty())
|
| return;
|
|
|
|
|