| Index: cc/layers/io_surface_layer_impl_unittest.cc
|
| diff --git a/cc/layers/io_surface_layer_impl_unittest.cc b/cc/layers/io_surface_layer_impl_unittest.cc
|
| index 1c9256c25517a51e9b8ae69f7b763de2bfc4563e..0ef2ec8e8dfead274e4b6b5dd4467169cc594fc4 100644
|
| --- a/cc/layers/io_surface_layer_impl_unittest.cc
|
| +++ b/cc/layers/io_surface_layer_impl_unittest.cc
|
| @@ -19,7 +19,6 @@ TEST(IOSurfaceLayerImplTest, Occlusion) {
|
| IOSurfaceLayerImpl* io_surface_layer_impl =
|
| impl.AddChildToRoot<IOSurfaceLayerImpl>();
|
| io_surface_layer_impl->SetBounds(layer_size);
|
| - io_surface_layer_impl->SetContentBounds(layer_size);
|
| io_surface_layer_impl->SetDrawsContent(true);
|
|
|
| io_surface_layer_impl->SetIOSurfaceProperties(1, gfx::Size(1, 1));
|
|
|