| Index: src/effects/SkBitmapAlphaThresholdShader.cpp
|
| diff --git a/src/effects/SkBitmapAlphaThresholdShader.cpp b/src/effects/SkBitmapAlphaThresholdShader.cpp
|
| index 1b54425548fc4770f7738504e27e74f6713e747d..226b3173e13e58c2c40f787f514ae2347afd3ed9 100644
|
| --- a/src/effects/SkBitmapAlphaThresholdShader.cpp
|
| +++ b/src/effects/SkBitmapAlphaThresholdShader.cpp
|
| @@ -249,7 +249,7 @@ GrEffectRef* BATShader::asNewEffect(GrContext* context, const SkPaint& paint) co
|
| context->setMatrix(matrix);
|
|
|
| while (!iter.done()) {
|
| - SkRect rect = SkRect::MakeFromIRect(iter.rect());
|
| + SkRect rect = SkRect::Make(iter.rect());
|
| context->drawRect(grPaint, rect);
|
| iter.next();
|
| }
|
|
|