| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index aef6b95f9c1770cea45cc6990228f238a3ba0414..d32b8435afcc882cc70e29ab59d0fcf1def9e710 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -70,6 +70,8 @@ class CC_EXPORT Picture
|
| // Has Record() been called yet?
|
| bool HasRecording() const { return picture_.get() != NULL; }
|
|
|
| + bool IsSuitableForGpuRasterization() const;
|
| +
|
| // 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,
|
|
|