| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 085fb6a453167e9c967f3260d119b730670e2d20..a06f9ec02b409b33b3b7115497772dd58cb2b0be 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -71,7 +71,6 @@ class CC_EXPORT Picture
|
| // Apply this scale and raster the negated region into the canvas. See comment
|
| // in PicturePileImpl::RasterCommon for explanation on negated content region.
|
| int Raster(SkCanvas* canvas,
|
| - SkDrawPictureCallback* callback,
|
| const Region& negated_content_region,
|
| float contents_scale);
|
|
|
|
|