| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index 4b7af420840dbd66ebd6b2b178e220e6b7ef8db8..b051e9008854f7fe4324283b96b469a152922105 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,
|
|
|