Index: src/gpu/SkGpuDevice.cpp |
=================================================================== |
--- src/gpu/SkGpuDevice.cpp (revision 8926) |
+++ src/gpu/SkGpuDevice.cpp (working copy) |
@@ -713,7 +713,7 @@ |
CHECK_FOR_NODRAW_ANNOTATION(paint); |
CHECK_SHOULD_DRAW(draw, false); |
- bool usePath = !rect.isSimple() || !paint.isAntiAlias(); |
+ bool usePath = !rect.isSimple(); |
// another two reasons we might need to call drawPath... |
if (paint.getMaskFilter() || paint.getPathEffect()) { |
usePath = true; |