| Index: cc/layers/picture_image_layer_impl_unittest.cc
|
| diff --git a/cc/layers/picture_image_layer_impl_unittest.cc b/cc/layers/picture_image_layer_impl_unittest.cc
|
| index 6ae23a76fce5317100199dc35e9ebd1a0ff7cf33..24c5af9ac8ebc6268682ce04a3b75700afd88848 100644
|
| --- a/cc/layers/picture_image_layer_impl_unittest.cc
|
| +++ b/cc/layers/picture_image_layer_impl_unittest.cc
|
| @@ -11,6 +11,7 @@
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| #include "cc/test/fake_output_surface.h"
|
| #include "cc/test/fake_picture_layer_tiling_client.h"
|
| +#include "cc/test/fake_picture_pile_impl.h"
|
| #include "cc/test/impl_side_painting_settings.h"
|
| #include "cc/test/test_shared_bitmap_manager.h"
|
| #include "cc/trees/layer_tree_impl.h"
|
| @@ -64,7 +65,7 @@ class PictureImageLayerImplTest : public testing::Test {
|
| layer->SetBounds(gfx::Size(100, 200));
|
| layer->SetContentBounds(gfx::Size(100, 200));
|
| layer->tilings_.reset(new PictureLayerTilingSet(&tiling_client_));
|
| - layer->pile_ = tiling_client_.GetPile();
|
| + layer->pile_ = FakePicturePileImpl::CreateInfiniteFilledPile();
|
| return make_scoped_ptr(layer);
|
| }
|
|
|
|
|