| Index: src/core/SkBigPicture.h
|
| diff --git a/src/core/SkBigPicture.h b/src/core/SkBigPicture.h
|
| index 14e413b55af59867590edc67c1c892ddac6e3de0..b7da09ee5523d3d853479b56942a89ebfadc973d 100644
|
| --- a/src/core/SkBigPicture.h
|
| +++ b/src/core/SkBigPicture.h
|
| @@ -52,8 +52,8 @@ public:
|
|
|
| // Used by GrLayerHoister
|
| void partialPlayback(SkCanvas*,
|
| - unsigned start,
|
| - unsigned stop,
|
| + int start,
|
| + int stop,
|
| const SkMatrix& initialCTM) const;
|
| // Used by GrRecordReplaceDraw
|
| const SkBBoxHierarchy* bbh() const { return fBBH; }
|
|
|