| Index: src/core/SkRecordDraw.h | 
| diff --git a/src/core/SkRecordDraw.h b/src/core/SkRecordDraw.h | 
| index 5b248cfbd5b3526fd7f5f9151170b3c3cb1608f3..5af74dc7dbb73e524b8a05a38dc02a47872b662c 100644 | 
| --- a/src/core/SkRecordDraw.h | 
| +++ b/src/core/SkRecordDraw.h | 
| @@ -36,7 +36,7 @@ void SkRecordDraw(const SkRecord&, SkCanvas*, SkPicture const* const drawablePic | 
| // the initialCTM parameter must set to just the replay matrix. | 
| void SkRecordPartialDraw(const SkRecord&, SkCanvas*, | 
| SkPicture const* const drawablePicts[], int drawableCount, | 
| -                         unsigned start, unsigned stop, const SkMatrix& initialCTM); | 
| +                         int start, int stop, const SkMatrix& initialCTM); | 
|  | 
| namespace SkRecords { | 
|  | 
|  |