| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 524d05d9cabe113648313f1e978c9e8234aba0b4..5b02fbaab59bcf1ce4ba4c01524d9df5113ddf06 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -71,13 +71,13 @@ protected:
|
| SkMatrixConvolutionImageFilter(SkReadBuffer& buffer);
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| - virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&,
|
| + virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
|
|
| #if SK_SUPPORT_GPU
|
| virtual bool asNewEffect(GrEffectRef** effect,
|
| GrTexture*,
|
| - const SkMatrix& matrix,
|
| + const SkMatrix& ctm,
|
| const SkIRect& bounds) const SK_OVERRIDE;
|
| #endif
|
|
|
|
|