| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 3d4294d3a5aa767fb4427104caffe051432f8095..d2c627fb6d8b0284b718c1765e79b270ef742da1 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -464,8 +464,8 @@ bool LayerImpl::user_scrollable(ScrollbarOrientation orientation) const {
|
| : user_scrollable_vertical_;
|
| }
|
|
|
| -skia::RefPtr<SkPicture> LayerImpl::GetPicture() {
|
| - return skia::RefPtr<SkPicture>();
|
| +sk_sp<SkPicture> LayerImpl::GetPicture() {
|
| + return nullptr;
|
| }
|
|
|
| scoped_ptr<LayerImpl> LayerImpl::CreateLayerImpl(LayerTreeImpl* tree_impl) {
|
|
|