| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index 6e76fc2316a87fee52139b6889fcf5e29818add0..6584d7f37e13df0033a141bc65e29b05deb4fe0d 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -30,11 +30,11 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
|
| // Raster a subrect of this PicturePileImpl into the given canvas.
|
| // It's only safe to call paint on a cloned version.
|
| // It is assumed that contents_scale has already been applied to this canvas.
|
| - void Raster(
|
| + // Return value is the total number of pixels rasterized.
|
| + int64 Raster(
|
| SkCanvas* canvas,
|
| gfx::Rect canvas_rect,
|
| - float contents_scale,
|
| - int64* total_pixels_rasterized);
|
| + float contents_scale);
|
|
|
| void GatherPixelRefs(
|
| gfx::Rect content_rect,
|
|
|