| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index d543f14914b76cfd4a044c3d803545cb382695fe..89273be9a3823e419fb19051c1c3ecafa02da799 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -476,10 +476,6 @@ void SkGpuDevice::drawRect(const SkDraw& draw, const SkRect& rect, const SkPaint
|
| usePath = true;
|
| }
|
|
|
| - if (!usePath && paint.isAntiAlias() && !draw.fMatrix->rectStaysRect()) {
|
| - usePath = true;
|
| - }
|
| -
|
| if (usePath) {
|
| SkPath path;
|
| path.setIsVolatile(true);
|
|
|