Index: src/gpu/GrTextContext.cpp |
diff --git a/src/gpu/GrTextContext.cpp b/src/gpu/GrTextContext.cpp |
index 0ef18aaeb2aaed2de32345d076f441befecc56e1..4061d800cc692c12f897d85c74b34aa1323cd637 100644 |
--- a/src/gpu/GrTextContext.cpp |
+++ b/src/gpu/GrTextContext.cpp |
@@ -133,7 +133,7 @@ void GrTextContext::drawTextBlob(GrDrawContext* dc, GrRenderTarget* rt, |
runPaint.setFlags(FilterTextFlags(fSurfaceProps, runPaint)); |
GrPaint grPaint; |
- if (!SkPaintToGrPaint(fContext, runPaint, viewMatrix, &grPaint)) { |
+ if (!SkPaintToGrPaint(fContext, runPaint, viewMatrix, &grPaint, rt)) { |
return; |
} |