| 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..115fe553b461fb8017bbe4ed30a2b0bb344b8568 100644
|
| --- a/cc/test/fake_picture_layer_impl.h
|
| +++ b/cc/test/fake_picture_layer_impl.h
|
| @@ -53,7 +53,6 @@ class FakePictureLayerImpl : public PictureLayerImpl {
|
| scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
| void PushPropertiesTo(LayerImpl* layer_impl) override;
|
| void AppendQuads(RenderPass* render_pass,
|
| - const Occlusion& occlusion_in_content_space,
|
| AppendQuadsData* append_quads_data) override;
|
| gfx::Size CalculateTileSize(const gfx::Size& content_bounds) const override;
|
|
|
| @@ -113,6 +112,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();
|
|
|