| Index: src/effects/SkAlphaThresholdFilter.cpp
|
| diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp
|
| index 82f6ea43bb9ae431090f3b81d6b0a92cc6637e38..774092c2df7ddcd8e61e9cf701dc8f426cb633a0 100644
|
| --- a/src/effects/SkAlphaThresholdFilter.cpp
|
| +++ b/src/effects/SkAlphaThresholdFilter.cpp
|
| @@ -28,8 +28,8 @@ protected:
|
| bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| SkBitmap* result, SkIPoint* offset) const override;
|
| #if SK_SUPPORT_GPU
|
| - bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| - const SkIRect& bounds) const override;
|
| + bool asFragmentProcessor(GrFragmentProcessor**, GrShaderDataManager*, GrTexture*,
|
| + const SkMatrix&, const SkIRect& bounds) const override;
|
| #endif
|
|
|
| private:
|
| @@ -265,6 +265,7 @@ SkAlphaThresholdFilterImpl::SkAlphaThresholdFilterImpl(const SkRegion& region,
|
|
|
| #if SK_SUPPORT_GPU
|
| bool SkAlphaThresholdFilterImpl::asFragmentProcessor(GrFragmentProcessor** fp,
|
| + GrShaderDataManager*,
|
| GrTexture* texture,
|
| const SkMatrix& in_matrix,
|
| const SkIRect&) const {
|
|
|