| Index: cc/layers/tiled_layer_unittest.cc
|
| diff --git a/cc/layers/tiled_layer_unittest.cc b/cc/layers/tiled_layer_unittest.cc
|
| index 925cdc8902eaee44b9deb235eac81c59a3e87a5c..862ff1f258f96968fc418a346a9b73fe29474da2 100644
|
| --- a/cc/layers/tiled_layer_unittest.cc
|
| +++ b/cc/layers/tiled_layer_unittest.cc
|
| @@ -128,8 +128,7 @@ class TiledLayerTest : public testing::Test {
|
| nullptr,
|
| 0,
|
| false,
|
| - 1,
|
| - false);
|
| + 1);
|
| host_impl_ = make_scoped_ptr(
|
| new FakeLayerTreeHostImpl(proxy_, shared_bitmap_manager_.get()));
|
| }
|
|
|