| Index: src/effects/SkMatrixConvolutionImageFilter.cpp
|
| diff --git a/src/effects/SkMatrixConvolutionImageFilter.cpp b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| index 8855e3c6fee2eac728b62cd3b9408ec145f04744..70e6740755c75ac0c0c491e41d99e28eb8b167ec 100644
|
| --- a/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| +++ b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| @@ -348,7 +348,7 @@ static GrTextureDomain::Mode convert_tilemodes(
|
| }
|
|
|
| bool SkMatrixConvolutionImageFilter::asFragmentProcessor(GrFragmentProcessor** fp,
|
| - GrShaderDataManager*,
|
| + GrProcessorDataManager*,
|
| GrTexture* texture,
|
| const SkMatrix&,
|
| const SkIRect& bounds) const {
|
|
|