| 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 9f2e77d8ce6ec97db16f0dc71fa380553d03fd90..0dd9717c3309234d7b46a8711141feb76b2017fc 100644
|
| --- a/cc/test/fake_picture_layer_tiling_client.h
|
| +++ b/cc/test/fake_picture_layer_tiling_client.h
|
| @@ -9,6 +9,7 @@
|
| #include "cc/resources/picture_pile_impl.h"
|
| #include "cc/resources/tile.h"
|
| #include "cc/resources/tile_manager.h"
|
| +#include "cc/test/fake_rendering_stats_instrumentation.h"
|
| #include "cc/test/fake_tile_manager_client.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| @@ -32,6 +33,7 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient {
|
|
|
| protected:
|
| FakeTileManagerClient tile_manager_client_;
|
| + FakeRenderingStatsInstrumentation stats_instrumentation_;
|
| TileManager tile_manager_;
|
| scoped_refptr<PicturePileImpl> pile_;
|
| gfx::Size tile_size_;
|
|
|