| Index: src/core/SkMaskFilter.cpp
|
| diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
|
| index 5e20c151f611b01c9f1626d5740987118a864035..bb700cd4b93fc81e4ca605d442c62bfb38572342 100644
|
| --- a/src/core/SkMaskFilter.cpp
|
| +++ b/src/core/SkMaskFilter.cpp
|
| @@ -315,7 +315,8 @@ bool SkMaskFilter::canFilterMaskGPU(const SkRect& devBounds,
|
| return false;
|
| }
|
|
|
| - bool SkMaskFilter::directFilterMaskGPU(GrContext* context,
|
| + bool SkMaskFilter::directFilterMaskGPU(GrTextureProvider* texProvider,
|
| + GrDrawContext* drawContext,
|
| GrRenderTarget* rt,
|
| GrPaint* grp,
|
| const GrClip&,
|
| @@ -326,7 +327,8 @@ bool SkMaskFilter::canFilterMaskGPU(const SkRect& devBounds,
|
| }
|
|
|
|
|
| -bool SkMaskFilter::directFilterRRectMaskGPU(GrContext* context,
|
| +bool SkMaskFilter::directFilterRRectMaskGPU(GrTextureProvider* texProvider,
|
| + GrDrawContext* drawContext,
|
| GrRenderTarget* rt,
|
| GrPaint* grp,
|
| const GrClip&,
|
|
|