| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index 9022fd1670d8732089eda17bd9bdf150c34aab0b..5d33d24795a34a44ae17b6dfe577d22a7bf881c2 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -126,7 +126,7 @@ class CC_EXPORT DisplayItemList
|
| // |items_| . These rects are intentionally kept separate
|
| // because they are not needed while walking the |items_| for raster.
|
| std::vector<gfx::Rect> visual_rects_;
|
| - skia::RefPtr<SkPicture> picture_;
|
| + sk_sp<SkPicture> picture_;
|
|
|
| scoped_ptr<SkPictureRecorder> recorder_;
|
| skia::RefPtr<SkCanvas> canvas_;
|
|
|