| Index: cc/layers/picture_image_layer.cc
|
| diff --git a/cc/layers/picture_image_layer.cc b/cc/layers/picture_image_layer.cc
|
| index a3937fd12a1ffa250e2887fdfd44bd61bdb8a1e1..4316812ec24ab169ca12c9992900919789cec90d 100644
|
| --- a/cc/layers/picture_image_layer.cc
|
| +++ b/cc/layers/picture_image_layer.cc
|
| @@ -36,7 +36,7 @@ bool PictureImageLayer::HasDrawableContent() const {
|
| return image_ && PictureLayer::HasDrawableContent();
|
| }
|
|
|
| -void PictureImageLayer::SetImage(skia::RefPtr<const SkImage> image) {
|
| +void PictureImageLayer::SetImage(sk_sp<const SkImage> image) {
|
| // SetImage() currently gets called whenever there is any
|
| // style change that affects the layer even if that change doesn't
|
| // affect the actual contents of the image (e.g. a CSS animation).
|
|
|