| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index 69d811ff4aa32b3cc5713d41239d71d1e788d07d..1f72fbc2c51cac102aa679318ff65c982b8f03a9 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -85,7 +85,7 @@ public:
|
| // overrides
|
| virtual const GrKey* getKey();
|
| virtual GrMaskFormat getMaskFormat();
|
| - virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds);
|
| + virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds);
|
| virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
|
| int rowBytes, void* image);
|
| virtual bool getGlyphPath(uint16_t glyphID, SkPath*);
|
|
|