| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index 1d085c1c3415a2f251e774d7aafd4ad5e4518f64..ecb5b124b3525bedecb7cdc66283106c3655ad9b 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -39,7 +39,8 @@ class CC_EXPORT PicturePileImpl : public RasterSource {
|
| // reported rasterize time (in stats_instrumentation) is the minimum measured
|
| // value over all runs.
|
| void PlaybackToCanvas(SkCanvas* canvas,
|
| - const gfx::Rect& canvas_rect,
|
| + const gfx::Rect& canvas_bitmap_rect,
|
| + const gfx::Rect& canvas_playback_rect,
|
| float contents_scale) const override;
|
| void PlaybackToSharedCanvas(SkCanvas* canvas,
|
| const gfx::Rect& canvas_rect,
|
|
|