aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDefaultTextContext.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-27 15:52:53 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-27 15:52:53 +0000
commit8d033a1b125886c62906d975b5cc28a382064526 (patch)
tree54f0ac568bd0543e777045571f1239ae182a7c36 /src/gpu/GrDefaultTextContext.cpp
parent5af56069010b33562d337a4f76543d898ca8d485 (diff)
Remove GrPath typedef
Review URL: http://codereview.appspot.com/6128045/ git-svn-id: http://skia.googlecode.com/svn/trunk@3780 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrDefaultTextContext.cpp')
-rw-r--r--src/gpu/GrDefaultTextContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrDefaultTextContext.cpp b/src/gpu/GrDefaultTextContext.cpp
index a606dd5c64..3bb8543c34 100644
--- a/src/gpu/GrDefaultTextContext.cpp
+++ b/src/gpu/GrDefaultTextContext.cpp
@@ -220,7 +220,7 @@ void GrDefaultTextContext::drawPackedGlyph(GrGlyph::PackedID packed,
}
if (NULL == glyph->fPath) {
- GrPath* path = new GrPath;
+ SkPath* path = new SkPath;
if (!scaler->getGlyphPath(glyph->glyphID(), path)) {
// flag the glyph as being dead?
delete path;