| Index: cc/test/fake_picture_layer_impl.h
|
| diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
|
| index caac373c53aa9eae748cbf9e30d5650c487614d1..fbab26e7f05f3c3b9feff60034d3281f3b561631 100644
|
| --- a/cc/test/fake_picture_layer_impl.h
|
| +++ b/cc/test/fake_picture_layer_impl.h
|
| @@ -113,6 +113,8 @@ class FakePictureLayerImpl : public PictureLayerImpl {
|
|
|
| void set_fixed_tile_size(const gfx::Size& size) { fixed_tile_size_ = size; }
|
|
|
| + void SetIsDrawnRenderSurfaceLayerListMember(bool is);
|
| +
|
| void CreateAllTiles();
|
| void SetAllTilesVisible();
|
| void SetAllTilesReady();
|
|
|