Chromium Code Reviews| Index: include/effects/SkMagnifierImageFilter.h |
| diff --git a/include/effects/SkMagnifierImageFilter.h b/include/effects/SkMagnifierImageFilter.h |
| index 6df95b233a65fc3b3f0f785cfeb823cf353c4937..a81d34211eac6db9dd0956437cda71afde84e62a 100644 |
| --- a/include/effects/SkMagnifierImageFilter.h |
| +++ b/include/effects/SkMagnifierImageFilter.h |
| @@ -26,8 +26,8 @@ protected: |
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&, |
| SkBitmap* result, SkIPoint* offset) const override; |
| #if SK_SUPPORT_GPU |
|
robertphillips
2015/07/08 15:45:24
rm virtual ?
|
| - virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&, |
| - const SkIRect& bounds) const override; |
| + virtual bool asFragmentProcessor(GrFragmentProcessor**, GrShaderDataManager*, GrTexture*, |
| + const SkMatrix&, const SkIRect& bounds) const override; |
| #endif |
| private: |