| Index: cc/picture_pile_impl.cc
|
| diff --git a/cc/picture_pile_impl.cc b/cc/picture_pile_impl.cc
|
| index 4155664f79ad3396e2938ac5472527446ee930d4..e0afe32423da76eff9b89be0785a5966f7171fc8 100644
|
| --- a/cc/picture_pile_impl.cc
|
| +++ b/cc/picture_pile_impl.cc
|
| @@ -99,6 +99,11 @@ void PicturePileImpl::GatherPixelRefs(
|
| }
|
| }
|
|
|
| +void PicturePileImpl::PushPropertiesTo(PicturePileImpl* other) {
|
| + PicturePileBase::PushPropertiesTo(other);
|
| + other->clones_ = clones_;
|
| +}
|
| +
|
| skia::RefPtr<SkPicture> PicturePileImpl::GetFlattenedPicture() {
|
| TRACE_EVENT0("cc", "PicturePileImpl::GetFlattenedPicture");
|
|
|
|
|