| Index: include/core/SkMaskFilter.h
|
| diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h
|
| index 50a1e87e002a64f3d8b456251d70d68be9e474af..1fe1d9adafc29a731ff12db139a28cb03749afe0 100644
|
| --- a/include/core/SkMaskFilter.h
|
| +++ b/include/core/SkMaskFilter.h
|
| @@ -113,7 +113,6 @@ public:
|
| */
|
| virtual bool directFilterMaskGPU(GrTextureProvider* texProvider,
|
| GrDrawContext* drawContext,
|
| - GrRenderTarget* rt,
|
| GrPaint* grp,
|
| const GrClip&,
|
| const SkMatrix& viewMatrix,
|
| @@ -125,7 +124,6 @@ public:
|
| */
|
| virtual bool directFilterRRectMaskGPU(GrTextureProvider* texProvider,
|
| GrDrawContext* drawContext,
|
| - GrRenderTarget* rt,
|
| GrPaint* grp,
|
| const GrClip&,
|
| const SkMatrix& viewMatrix,
|
|
|