Chromium Code Reviews| 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. |