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

Unified Diff: include/core/SkPicture.h

Issue 381193002: Add alternate SkPicture::clone (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | src/core/SkPicture.cpp » ('j') | src/core/SkPicture.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index ca26eb44962c381687b13fa5d44beffa3addef16..1bf3171496b80db1ac5096218e3839b212747ced 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -123,6 +123,7 @@ public:
* SkPictures.
*/
void clone(SkPicture* pictures, int count) const;
reed1 2014/07/10 19:10:06 What does the old version even mean? Can anyone (b
+ void clone(SkPicture* pictures[], int count) const;
#endif
/** Replays the drawing commands on the specified canvas.
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | src/core/SkPicture.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698