| Index: cc/picture_layer_impl.cc
|
| diff --git a/cc/picture_layer_impl.cc b/cc/picture_layer_impl.cc
|
| index 24f2b4791799e51fc078fe42310360bba4b55d2a..acbccdef98d12f0cbac5a5725408017cefcf9002 100644
|
| --- a/cc/picture_layer_impl.cc
|
| +++ b/cc/picture_layer_impl.cc
|
| @@ -170,6 +170,10 @@ void PictureLayerImpl::didUpdateTransforms() {
|
| last_content_scale_y_ = contentsScaleY();
|
| }
|
|
|
| +skia::RefPtr<SkPicture> PictureLayerImpl::getPicture() {
|
| + return pile_->GetFlattenedPicture();
|
| +}
|
| +
|
| void PictureLayerImpl::didUpdateBounds() {
|
| if (is_mask_)
|
| tilings_.Reset();
|
|
|