aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/SkGr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/SkGr.h')
-rw-r--r--include/gpu/SkGr.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
index 5ad90f4c7b..74dc2cfce4 100644
--- a/include/gpu/SkGr.h
+++ b/include/gpu/SkGr.h
@@ -18,7 +18,6 @@
#include "GrContext.h"
#include "GrFontScaler.h"
#include "GrClipIterator.h"
-#include "GrPath.h"
// skia headers
#include "SkBitmap.h"
@@ -120,7 +119,7 @@ public:
}
}
- virtual const GrPath* getPath() SK_OVERRIDE {
+ virtual const SkPath* getPath() SK_OVERRIDE {
return fCurr->fPath;
}
@@ -147,7 +146,7 @@ public:
virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds);
virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
int rowBytes, void* image);
- virtual bool getGlyphPath(uint16_t glyphID, GrPath*);
+ virtual bool getGlyphPath(uint16_t glyphID, SkPath*);
private:
SkGlyphCache* fStrike;