| Index: src/gpu/effects/GrSingleTextureEffect.h
|
| diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h
|
| index 3e0af65fcb54e284b060565c7b41c959dce15b42..74ca9f94cf596bdfb1d724a10582cb64989c0309 100644
|
| --- a/src/gpu/effects/GrSingleTextureEffect.h
|
| +++ b/src/gpu/effects/GrSingleTextureEffect.h
|
| @@ -30,7 +30,8 @@ protected:
|
| /** unfiltered, clamp mode */
|
| GrSingleTextureEffect(GrTexture*, const SkMatrix&, CoordsType = kLocal_CoordsType);
|
| /** clamp mode */
|
| - GrSingleTextureEffect(GrTexture*, const SkMatrix&, bool bilerp, CoordsType = kLocal_CoordsType);
|
| + GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrTextureParams::FilterMode filterMode,
|
| + CoordsType = kLocal_CoordsType);
|
| GrSingleTextureEffect(GrTexture*,
|
| const SkMatrix&,
|
| const GrTextureParams&,
|
|
|