| 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 5935ae37f7bb2ff01154f7b912d0e7f8ec03223f..9c5265478885fbaf4d005406b41f05d7a7dc55ae 100644
|
| --- a/cc/test/fake_picture_layer_tiling_client.h
|
| +++ b/cc/test/fake_picture_layer_tiling_client.h
|
| @@ -31,6 +31,7 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient {
|
| gfx::Size TileSize() const { return tile_size_; }
|
|
|
| protected:
|
| + scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_;
|
| FakeTileManagerClient tile_manager_client_;
|
| TileManager tile_manager_;
|
| scoped_refptr<PicturePileImpl> pile_;
|
|
|