aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrGlyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrGlyph.h')
-rw-r--r--include/gpu/GrGlyph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrGlyph.h b/include/gpu/GrGlyph.h
index a0d81a1f35..f79de7cb33 100644
--- a/include/gpu/GrGlyph.h
+++ b/include/gpu/GrGlyph.h
@@ -11,8 +11,8 @@
#ifndef GrGlyph_DEFINED
#define GrGlyph_DEFINED
-#include "GrPath.h"
#include "GrRect.h"
+#include "SkPath.h"
class GrAtlas;
@@ -26,7 +26,7 @@ struct GrGlyph {
typedef uint32_t PackedID;
GrAtlas* fAtlas;
- GrPath* fPath;
+ SkPath* fPath;
PackedID fPackedID;
GrIRect16 fBounds;
GrIPoint16 fAtlasLocation;