Index: src/gpu/GrBlurUtils.cpp |
diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp |
index 27d7dffad9fe1f29419f848af50b61183069cae4..48aa28be707e95bfe3d42c94a5fe968a6b8b3884 100644 |
--- a/src/gpu/GrBlurUtils.cpp |
+++ b/src/gpu/GrBlurUtils.cpp |
@@ -287,8 +287,7 @@ void GrBlurUtils::drawPathWithMaskFilter(GrContext* context, |
SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;) |
GrPaint grPaint; |
- if (!SkPaintToGrPaint(context, paint, viewMatrix, drawContext->isGammaCorrect(), |
- drawContext->getColorSpace(), &grPaint)) { |
+ if (!SkPaintToGrPaint(context, drawContext, paint, viewMatrix, &grPaint)) { |
return; |
} |