| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 65b18a5edcf7f50f1232e2bcb51cfc2bda54845a..0dd518fdf7d25323dd3c28b0df345b0f2f587c01 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -335,7 +335,8 @@ void GrBlurUtils::drawPathWithMaskFilter(GrContext* context,
|
| }
|
|
|
| GrPaint grPaint;
|
| - if (!SkPaintToGrPaint(context, paint, viewMatrix, &grPaint)) {
|
| + if (!SkPaintToGrPaint(context, paint, viewMatrix, drawContext->allowSRGBInputs(),
|
| + &grPaint)) {
|
| return;
|
| }
|
|
|
|
|