Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index 5289d092c7d0a37e6e00d0518a0e69194dfb8891..655cc566070be23d6c69ce94bff33e52efcf79ec 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -129,7 +129,7 @@ void GrStencilAndCoverTextContext::drawTextBlob(GrDrawContext* dc, GrRenderTarge |
} |
GrPaint paint; |
- if (!SkPaintToGrPaint(fContext, skPaint, viewMatrix, &paint)) { |
+ if (!SkPaintToGrPaint(fContext, skPaint, viewMatrix, &paint, NULL)) { |
return; |
} |