| Index: src/gpu/GrRectanizer_skyline.h
|
| diff --git a/src/gpu/GrRectanizer_skyline.h b/src/gpu/GrRectanizer_skyline.h
|
| index d2dfe577f1a2f49c0486bddbda50101e7b7fb3c2..cd2aedbf200e14f8b29697bf535fb7d30c4ba001 100644
|
| --- a/src/gpu/GrRectanizer_skyline.h
|
| +++ b/src/gpu/GrRectanizer_skyline.h
|
| @@ -30,7 +30,7 @@ public:
|
| seg->fWidth = this->width();
|
| }
|
|
|
| - virtual bool addRect(int w, int h, GrIPoint16* loc) SK_OVERRIDE;
|
| + virtual bool addRect(int w, int h, SkIPoint16* loc) SK_OVERRIDE;
|
|
|
| virtual float percentFull() const SK_OVERRIDE{
|
| return fAreaSoFar / ((float)this->width() * this->height());
|
|
|