Index: src/gpu/GrBlurUtils.cpp |
diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp |
index f6d6fc21cafbf1d95a85eccc5c0acd4285496b4e..27d7dffad9fe1f29419f848af50b61183069cae4 100644 |
--- a/src/gpu/GrBlurUtils.cpp |
+++ b/src/gpu/GrBlurUtils.cpp |
@@ -288,7 +288,7 @@ void GrBlurUtils::drawPathWithMaskFilter(GrContext* context, |
GrPaint grPaint; |
if (!SkPaintToGrPaint(context, paint, viewMatrix, drawContext->isGammaCorrect(), |
- &grPaint)) { |
+ drawContext->getColorSpace(), &grPaint)) { |
return; |
} |