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

Unified Diff: examples/ui/noodles/noodles_view.h

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.cc ('k') | examples/ui/noodles/noodles_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/noodles/noodles_view.h
diff --git a/examples/ui/noodles/noodles_view.h b/examples/ui/noodles/noodles_view.h
index c7d1a25a62afc4c56ea30e559cc3a1b029c924db..2b64b2becd12255a4c97cc57abdfdd40917d07ca 100644
--- a/examples/ui/noodles/noodles_view.h
+++ b/examples/ui/noodles/noodles_view.h
@@ -15,7 +15,7 @@
#include "base/threading/thread.h"
#include "mojo/ui/base_view.h"
#include "mojo/ui/choreographer.h"
-#include "skia/ext/refptr.h"
+#include "third_party/skia/include/core/SkRefCnt.h"
class SkPicture;
@@ -82,7 +82,7 @@ class NoodlesView : public mojo::ui::BaseView,
const base::TimeDelta& time_delta) override;
void UpdateFrame();
- skia::RefPtr<SkPicture> CreatePicture();
+ sk_sp<SkPicture> CreatePicture();
mojo::ui::Choreographer choreographer_;
« no previous file with comments | « examples/ui/noodles/frame.cc ('k') | examples/ui/noodles/noodles_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698