| Index: cc/layers/texture_layer_impl_unittest.cc
|
| diff --git a/cc/layers/texture_layer_impl_unittest.cc b/cc/layers/texture_layer_impl_unittest.cc
|
| index 2d5fe62e416661498f10d0e40a08f7ab20dbfbc8..dc0bf22ffc7361ef46cd39c4811939ce71cf9612 100644
|
| --- a/cc/layers/texture_layer_impl_unittest.cc
|
| +++ b/cc/layers/texture_layer_impl_unittest.cc
|
| @@ -25,9 +25,8 @@ TEST(TextureLayerImplTest, Occlusion) {
|
| mailbox.name);
|
| TextureMailbox texture_mailbox(mailbox, GL_TEXTURE_2D, 0);
|
|
|
| - bool uses_mailbox = true;
|
| TextureLayerImpl* texture_layer_impl =
|
| - impl.AddChildToRoot<TextureLayerImpl>(uses_mailbox);
|
| + impl.AddChildToRoot<TextureLayerImpl>();
|
| texture_layer_impl->SetAnchorPoint(gfx::PointF());
|
| texture_layer_impl->SetBounds(layer_size);
|
| texture_layer_impl->SetContentBounds(layer_size);
|
|
|