| Index: cc/layers/io_surface_layer_impl.cc
|
| diff --git a/cc/layers/io_surface_layer_impl.cc b/cc/layers/io_surface_layer_impl.cc
|
| index 6d94c91e8895c73cfb4e386e364daf86d371a980..e72eefdb9f5a37ca5d79efa4ed02e2890ee089d2 100644
|
| --- a/cc/layers/io_surface_layer_impl.cc
|
| +++ b/cc/layers/io_surface_layer_impl.cc
|
| @@ -74,7 +74,7 @@ void IOSurfaceLayerImpl::AppendQuads(QuadSink* quad_sink,
|
| gfx::Rect quad_rect(content_bounds());
|
| gfx::Rect opaque_rect(contents_opaque() ? quad_rect : gfx::Rect());
|
| gfx::Rect visible_quad_rect = quad_sink->UnoccludedContentRect(
|
| - quad_rect, draw_properties().target_space_transform);
|
| + this, quad_rect, draw_properties().target_space_transform);
|
| if (visible_quad_rect.IsEmpty())
|
| return;
|
|
|
|
|