| Index: src/core/SkImageFilter.cpp
|
| diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp
|
| index 94b90d6a0561c3741730e6c94ba3bd4d2a44ac57..2837b7c84e276729d809be9c3b21ccbef7c5777b 100644
|
| --- a/src/core/SkImageFilter.cpp
|
| +++ b/src/core/SkImageFilter.cpp
|
| @@ -366,10 +366,6 @@ bool SkImageFilter::asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const
|
| return false;
|
| }
|
|
|
| -bool SkImageFilter::asColorFilter(SkColorFilter**) const {
|
| - return false;
|
| -}
|
| -
|
| #if SK_SUPPORT_GPU
|
|
|
| void SkImageFilter::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) {
|
|
|