Index: cc/resources/picture.h |
diff --git a/cc/resources/picture.h b/cc/resources/picture.h |
index 3ab17b5dab9cbf3459368386649f799d0f819660..edf5195c73ff0731417000e0a4ce9b2c59cae58e 100644 |
--- a/cc/resources/picture.h |
+++ b/cc/resources/picture.h |
@@ -62,6 +62,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, |