| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index 1dcbcc5b7581aced8d05a128225c8313915c2a4f..c398d3a4ec5f4753a38f7fedd896b9e4de3a0e10 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -247,7 +247,7 @@ private:
|
| static bool IsValidPictInfo(const SkPictInfo& info);
|
| static sk_sp<SkPicture> Forwardport(const SkPictInfo&,
|
| const SkPictureData*,
|
| - const SkReadBuffer* buffer);
|
| + SkReadBuffer* buffer);
|
|
|
| SkPictInfo createHeader() const;
|
| SkPictureData* backport() const;
|
|
|