| Index: cc/layers/render_surface_impl_unittest.cc
|
| diff --git a/cc/layers/render_surface_impl_unittest.cc b/cc/layers/render_surface_impl_unittest.cc
|
| index e5db867c6f2498821a634646a41e1066fe44df37..ac406758501608e23c37f54e5dcb53b4b9019957 100644
|
| --- a/cc/layers/render_surface_impl_unittest.cc
|
| +++ b/cc/layers/render_surface_impl_unittest.cc
|
| @@ -38,7 +38,7 @@ TEST(RenderSurfaceLayerImplTest, Occlusion) {
|
|
|
| {
|
| SCOPED_TRACE("Full occlusion");
|
| - gfx::Rect occluded(owning_layer_impl->visible_content_rect());
|
| + gfx::Rect occluded(owning_layer_impl->visible_layer_rect());
|
| impl.AppendSurfaceQuadsWithOcclusion(render_surface_impl, occluded);
|
|
|
| LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect());
|
|
|