| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index ea2b537520340ce5ba3e737ee0f56b58996d3b50..a4394589bbafea1bebbaa6b6d3305695bd0f5175 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -564,7 +564,8 @@ void SkGpuDevice::drawRRect(const SkDraw& draw, const SkRRect& rect,
|
| // clipped out
|
| return;
|
| }
|
| - if (paint.getMaskFilter()->directFilterRRectMaskGPU(fContext,
|
| + if (paint.getMaskFilter()->directFilterRRectMaskGPU(fContext->textureProvider(),
|
| + fDrawContext,
|
| fRenderTarget,
|
| &grPaint,
|
| fClip,
|
|
|