| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index a565e415eb791b4b926baa3be631fbae5c847c79..2d782a50c82301705e4bfd016be8061674c41aa0 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -261,10 +261,10 @@ private:
|
|
|
| // Takes ownership of the SkRecord and (optional) SnapshotArray, refs the (optional) BBH.
|
| SkPicture(const SkRect& cullRect,
|
| - SkRecord*,
|
| - SnapshotArray*,
|
| - SkBBoxHierarchy*,
|
| - size_t approxBytesUsedBySubPictures);
|
| + SkRecord*,
|
| + SnapshotArray*,
|
| + SkBBoxHierarchy*,
|
| + size_t approxBytesUsedBySubPictures);
|
|
|
| static SkPicture* Forwardport(const SkPictInfo&, const SkPictureData*);
|
| static SkPictureData* Backport(const SkRecord&, const SkPictInfo&,
|
|
|