| Index: cc/resources/picture_layer_tiling_unittest.cc
|
| diff --git a/cc/resources/picture_layer_tiling_unittest.cc b/cc/resources/picture_layer_tiling_unittest.cc
|
| index 1a242a3f860efd14058752e77a44de0e19e8f524..04589057b6dbaeda795e1797ee41e50ef88d08b4 100644
|
| --- a/cc/resources/picture_layer_tiling_unittest.cc
|
| +++ b/cc/resources/picture_layer_tiling_unittest.cc
|
| @@ -1244,8 +1244,15 @@ TEST(PictureLayerTilingTest, TilingEvictionTileIteratorStaticViewport) {
|
| scoped_ptr<FakeOutputSurface> output_surface = FakeOutputSurface::Create3d();
|
| CHECK(output_surface->BindToClient(&output_surface_client));
|
| TestSharedBitmapManager shared_bitmap_manager;
|
| - scoped_ptr<ResourceProvider> resource_provider = ResourceProvider::Create(
|
| - output_surface.get(), &shared_bitmap_manager, NULL, 0, false, 1, false);
|
| + scoped_ptr<ResourceProvider> resource_provider =
|
| + ResourceProvider::Create(output_surface.get(),
|
| + &shared_bitmap_manager,
|
| + NULL,
|
| + NULL,
|
| + 0,
|
| + false,
|
| + 1,
|
| + false);
|
|
|
| FakePictureLayerTilingClient client(resource_provider.get());
|
| scoped_ptr<TestablePictureLayerTiling> tiling;
|
|
|