| Index: src/core/SkMaskFilter.cpp
|
| diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
|
| index aff95f0ba55eb0da28a678462f27a14744c1c6a8..bd94c094f6a7cd67eeebfec34ac1bd5b98530400 100644
|
| --- a/src/core/SkMaskFilter.cpp
|
| +++ b/src/core/SkMaskFilter.cpp
|
| @@ -335,10 +335,10 @@ bool SkMaskFilter::directFilterRRectMaskGPU(GrContext*,
|
| return false;
|
| }
|
|
|
| -bool SkMaskFilter::filterMaskGPU(GrTexture* src,
|
| +bool SkMaskFilter::filterMaskGPU(GrTextureProxy* src,
|
| const SkMatrix& ctm,
|
| const SkIRect& maskRect,
|
| - GrTexture** result) const {
|
| + GrTextureProxy** result) const {
|
| return false;
|
| }
|
| #endif
|
|
|