Chromium Code Reviews| Index: include/effects/SkMatrixConvolutionImageFilter.h |
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h |
| index 3bbfc4f09bc284f1575dcd540c0fd09b2747e8b6..3202742df5327d67d955b077a4cea6afbb14aa12 100644 |
| --- a/include/effects/SkMatrixConvolutionImageFilter.h |
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h |
| @@ -83,8 +83,8 @@ protected: |
| #if SK_SUPPORT_GPU |
|
robertphillips
2015/07/08 15:45:24
and here ?
|
| - 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: |