| Index: src/gpu/GrPaint.cpp
|
| diff --git a/src/gpu/GrPaint.cpp b/src/gpu/GrPaint.cpp
|
| index da6408c9c58105afa9d1771d234032afe9ec597d..1df2b39d1c705231dce77431629576e9ab3d99bd 100644
|
| --- a/src/gpu/GrPaint.cpp
|
| +++ b/src/gpu/GrPaint.cpp
|
| @@ -21,14 +21,14 @@ void GrPaint::addCoverageTextureProcessor(GrTexture* texture, const SkMatrix& ma
|
| }
|
|
|
| void GrPaint::addColorTextureProcessor(GrTexture* texture,
|
| - const SkMatrix& matrix,
|
| - const GrTextureParams& params) {
|
| + const SkMatrix& matrix,
|
| + const GrTextureParams& params) {
|
| this->addColorProcessor(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
|
| }
|
|
|
| void GrPaint::addCoverageTextureProcessor(GrTexture* texture,
|
| - const SkMatrix& matrix,
|
| - const GrTextureParams& params) {
|
| + const SkMatrix& matrix,
|
| + const GrTextureParams& params) {
|
| this->addCoverageProcessor(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
|
| }
|
|
|
|
|