| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index 793a2e479366b5c2881001bb8615f979c5df9651..82c78a7880070073f5d18daac597f40b99baadd2 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -400,8 +400,7 @@ private:
|
| void createHeader(SkPictInfo* info) const;
|
| static bool IsValidPictInfo(const SkPictInfo& info);
|
| static SkPicturePlayback* FakeEndRecording(const SkPicture* resourceSrc,
|
| - const SkPictureRecord& record,
|
| - bool deepCopy);
|
| + const SkPictureRecord& record);
|
|
|
| friend class SkFlatPicture;
|
| friend class SkPicturePlayback;
|
|
|