| Index: cc/test/fake_picture_layer.h
|
| diff --git a/cc/test/fake_picture_layer.h b/cc/test/fake_picture_layer.h
|
| index 038e97543d9ad206f0750f812363b93bf481d5f8..961e7e8bf35ed631ca6dc7f30879d2a9ac56b403 100644
|
| --- a/cc/test/fake_picture_layer.h
|
| +++ b/cc/test/fake_picture_layer.h
|
| @@ -42,6 +42,12 @@ class FakePictureLayer : public PictureLayer {
|
|
|
| void PushPropertiesTo(LayerImpl* layer) override;
|
|
|
| + void SetRecordedViewport(const gfx::Rect& recorded_viewport) {
|
| + inputs_.recorded_viewport = recorded_viewport;
|
| + }
|
| +
|
| + DisplayItemList* display_list() const { return inputs_.display_list.get(); }
|
| +
|
| private:
|
| explicit FakePictureLayer(ContentLayerClient* client);
|
| FakePictureLayer(ContentLayerClient* client,
|
|
|