| Index: src/core/SkMaskFilter.cpp
|
| diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
|
| index b96743d129531a6083c55b366c866f7f37caec84..ebcdbea4d2818a01681dc26c01dc73706b15a98b 100644
|
| --- a/src/core/SkMaskFilter.cpp
|
| +++ b/src/core/SkMaskFilter.cpp
|
| @@ -309,13 +309,6 @@
|
| return false;
|
| }
|
|
|
| - bool SkMaskFilter::directFilterMaskGPU(GrContext* context,
|
| - GrPaint* grp,
|
| - const SkStrokeRec& strokeRec,
|
| - const SkPath& path) const {
|
| - return false;
|
| -}
|
| -
|
|
|
| bool SkMaskFilter::filterMaskGPU(GrTexture* src,
|
| const SkMatrix& ctm,
|
|
|