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

Unified Diff: sky/engine/core/painting/Picture.h

Issue 1221583003: Add APIs for dynamic display lists, using SkDrawable and SkPictureRecorder::endRecordingAsDrawable. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/engine/core/painting/Drawable.idl ('k') | sky/engine/core/painting/Picture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Picture.h
diff --git a/sky/engine/core/painting/Picture.h b/sky/engine/core/painting/Picture.h
index aeb3eaa5a7be90bcd55ff43bb960786c6bef4362..fc12c942cac73ec3e99840735961602a8462ec42 100644
--- a/sky/engine/core/painting/Picture.h
+++ b/sky/engine/core/painting/Picture.h
@@ -21,7 +21,7 @@ public:
SkPicture* toSkia() const { return m_picture.get(); }
private:
- Picture(PassRefPtr<SkPicture> skPicture);
+ explicit Picture(PassRefPtr<SkPicture> skPicture);
RefPtr<SkPicture> m_picture;
};
« no previous file with comments | « sky/engine/core/painting/Drawable.idl ('k') | sky/engine/core/painting/Picture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698