| Index: cc/resources/raster_source.h
|
| diff --git a/cc/resources/raster_source.h b/cc/resources/raster_source.h
|
| index 171d2a55412b9da90f95b53c4cac59383ed21f17..5598bd68c73638f940ad7551845aa6b3ab96c8ab 100644
|
| --- a/cc/resources/raster_source.h
|
| +++ b/cc/resources/raster_source.h
|
| @@ -41,7 +41,8 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
| // It is assumed that the canvas passed here will only be rasterized by
|
| // this raster source via this call.
|
| virtual 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 = 0;
|
|
|
| // Similar to above, except that the canvas passed here can (or was already)
|
|
|