| Index: cc/layers/tiled_layer_unittest.cc
|
| diff --git a/cc/layers/tiled_layer_unittest.cc b/cc/layers/tiled_layer_unittest.cc
|
| index a9a1e781577888502b8749d8d26973b37b639903..342d1403454bb52fc339281abac1a3ca097baba2 100644
|
| --- a/cc/layers/tiled_layer_unittest.cc
|
| +++ b/cc/layers/tiled_layer_unittest.cc
|
| @@ -122,13 +122,9 @@ class TiledLayerTest : public testing::Test {
|
|
|
| DebugScopedSetImplThreadAndMainThreadBlocked
|
| impl_thread_and_main_thread_blocked(proxy_);
|
| - resource_provider_ = ResourceProvider::Create(output_surface_.get(),
|
| - shared_bitmap_manager_.get(),
|
| - nullptr,
|
| - nullptr,
|
| - 0,
|
| - false,
|
| - 1);
|
| + resource_provider_ = ResourceProvider::Create(
|
| + output_surface_.get(), shared_bitmap_manager_.get(), nullptr, nullptr,
|
| + 0, false, false, 1);
|
| host_impl_ = make_scoped_ptr(
|
| new FakeLayerTreeHostImpl(proxy_, shared_bitmap_manager_.get()));
|
| }
|
|
|