| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 4eb238ab6315d55d681caad14a927cfee531dd97..085fb6a453167e9c967f3260d119b730670e2d20 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -117,6 +117,8 @@ class CC_EXPORT Picture
|
| void EmitTraceSnapshot();
|
| void EmitTraceSnapshotAlias(Picture* original);
|
|
|
| + bool WillPlayBackBitmaps() const { return picture_->willPlayBackBitmaps(); }
|
| +
|
| private:
|
| explicit Picture(gfx::Rect layer_rect);
|
| // This constructor assumes SkPicture is already ref'd and transfers
|
|
|