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