Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index 1bf3171496b80db1ac5096218e3839b212747ced..ca26eb44962c381687b13fa5d44beffa3addef16 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -123,7 +123,6 @@ |
| * SkPictures. |
| */ |
| void clone(SkPicture* pictures, int count) const; |
| - void clone(SkPicture* pictures[], int count) const; |
| #endif |
| /** Replays the drawing commands on the specified canvas. |