| Index: cc/test/fake_picture_layer_tiling_client.h
|
| diff --git a/cc/test/fake_picture_layer_tiling_client.h b/cc/test/fake_picture_layer_tiling_client.h
|
| index 5989bba5c64eba19bb0ba00be8505f8328565d5e..7440ea77c3066175f232a5465a2de7959a43f4f5 100644
|
| --- a/cc/test/fake_picture_layer_tiling_client.h
|
| +++ b/cc/test/fake_picture_layer_tiling_client.h
|
| @@ -59,6 +59,7 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient {
|
|
|
| protected:
|
| FakeTileManagerClient tile_manager_client_;
|
| + scoped_ptr<ResourcePool> resource_pool_;
|
| scoped_ptr<TileManager> tile_manager_;
|
| scoped_refptr<PicturePileImpl> pile_;
|
| gfx::Size tile_size_;
|
|
|