| Index: cc/resources/picture_pile.h
|
| diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
|
| index 9f29e06367153f44a9cf5a90726a14e2704afde1..9f248a40ab2522ea447f4ee5dacc1ae947b70bdc 100644
|
| --- a/cc/resources/picture_pile.h
|
| +++ b/cc/resources/picture_pile.h
|
| @@ -28,7 +28,8 @@ class CC_EXPORT PicturePile : public RecordingSource {
|
| const gfx::Size& layer_size,
|
| const gfx::Rect& visible_layer_rect,
|
| int frame_number,
|
| - RecordingMode recording_mode) override;
|
| + RecordingMode recording_mode,
|
| + int* recorded_area) override;
|
| scoped_refptr<RasterSource> CreateRasterSource(
|
| bool can_use_lcd_text) const override;
|
| gfx::Size GetSize() const final;
|
|
|