| commit | 193395c7a391bc0046b7793d633487d510457aec | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 30 17:35:12 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 30 17:35:12 2012 +0000 |
| tree | 94548c77520144d39635a1f7109e424cf3f7db0e | |
| parent | b4725b4ee617a6a2524765f79310714a5dad4b6a [diff] [blame] |
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
diff --git a/src/gpu/GrBatchedTextContext.cpp b/src/gpu/GrBatchedTextContext.cpp index 3b3a4ba..9de2bad 100644 --- a/src/gpu/GrBatchedTextContext.cpp +++ b/src/gpu/GrBatchedTextContext.cpp
@@ -70,7 +70,7 @@ NULL); if (flush) { this->flush(); - fContext->flushText(); + fContext->flush(); fDrawTarget = fContext->getTextTarget(fGrPaint); fMaxVertices = kDefaultRequestedVerts; // ignore return, no point in flushing again.