Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: examples/ui/noodles/frame.cc

Issue 2011713003: Roll skia to 8cc209111876b7c78b5ec577c9221d8ed5e21024 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/ui/noodles/frame.h ('k') | examples/ui/noodles/noodles_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/noodles/frame.cc
diff --git a/examples/ui/noodles/frame.cc b/examples/ui/noodles/frame.cc
index ca4faec308b7508a19ffbef72664f1c9670e8ead..937610ac4f6397d73b5f68a516e4d11800239c2e 100644
--- a/examples/ui/noodles/frame.cc
+++ b/examples/ui/noodles/frame.cc
@@ -12,7 +12,7 @@
namespace examples {
Frame::Frame(const mojo::Size& size,
- skia::RefPtr<SkPicture> picture,
+ sk_sp<SkPicture> picture,
mojo::gfx::composition::SceneMetadataPtr scene_metadata)
: size_(size), picture_(picture), scene_metadata_(scene_metadata.Pass()) {
DCHECK(picture_);
« no previous file with comments | « examples/ui/noodles/frame.h ('k') | examples/ui/noodles/noodles_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698