| Index: samplecode/SampleRegion.cpp | 
| diff --git a/samplecode/SampleRegion.cpp b/samplecode/SampleRegion.cpp | 
| index 7e3e0d260c22b936f877655c95219309f0a08d38..c29f0907ce896180cd25351ca2c0bc12548564bd 100644 | 
| --- a/samplecode/SampleRegion.cpp | 
| +++ b/samplecode/SampleRegion.cpp | 
| @@ -123,7 +123,7 @@ inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); } | 
|  | 
| #ifdef SK_DEBUG | 
| static void make_rgn(SkRegion* rgn, int left, int top, int right, int bottom, | 
| -                     size_t count, int32_t runs[]) { | 
| +                     int count, int32_t runs[]) { | 
| SkIRect r; | 
| r.set(left, top, right, bottom); | 
|  | 
|  |