Index: src/gpu/GrTextContext.cpp |
diff --git a/src/gpu/GrTextContext.cpp b/src/gpu/GrTextContext.cpp |
index 6ab730cdfa4d840047681a46a60a8f10fb634d53..32c056f003106d49f6d9770a682991b0c128e3c1 100644 |
--- a/src/gpu/GrTextContext.cpp |
+++ b/src/gpu/GrTextContext.cpp |
@@ -130,7 +130,7 @@ void GrTextContext::drawTextBlob(GrDrawContext* dc, GrRenderTarget* rt, |
runPaint.setFlags(FilterTextFlags(fSurfaceProps, runPaint)); |
GrPaint grPaint; |
- if (!SkPaint2GrPaint(fContext, rt, runPaint, viewMatrix, true, &grPaint)) { |
+ if (!SkPaint2GrPaint(fContext, runPaint, viewMatrix, true, &grPaint)) { |
return; |
} |