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