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-03-30 17:35:12 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-30 17:35:12 +0000
commit193395c7a391bc0046b7793d633487d510457aec (patch)
tree94548c77520144d39635a1f7109e424cf3f7db0e /src/gpu/GrDefaultTextContext.cpp
parentb4725b4ee617a6a2524765f79310714a5dad4b6a (diff)
Unify text flushing with other deferred drawing
Review URL: http://codereview.appspot.com/5936054/ git-svn-id: http://skia.googlecode.com/svn/trunk@3560 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 d2c5d924a3..a606dd5c64 100644
--- a/src/gpu/GrDefaultTextContext.cpp
+++ b/src/gpu/GrDefaultTextContext.cpp
@@ -211,7 +211,7 @@ void GrDefaultTextContext::drawPackedGlyph(GrGlyph::PackedID packed,
// before we purge the cache, we must flush any accumulated draws
this->flushGlyphs();
- fContext->flushText();
+ fContext->flush();
// try to purge
fContext->getFontCache()->purgeExceptFor(fStrike);