| Index: src/gpu/GrRectanizer_skyline.h
|
| diff --git a/src/gpu/GrRectanizer_skyline.h b/src/gpu/GrRectanizer_skyline.h
|
| index 01c433db1555fa77cc566a1a9516a771992ae7d8..2062667d7c63749240c98c1191c0b1a80b56b021 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());
|
|
|