Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 55a9ccf2a819c03f29c76c63a461590bdb078970..95e0d51cf8979dae8c9a6eaf7cfbd9956d42c540 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -751,10 +751,6 @@ static bool apply_aa_to_rect(GrDrawTarget* target, |
return false; |
} |
- if (0 == strokeWidth && target->willUseHWAALines()) { |
- return false; |
- } |
- |
#if defined(SHADER_AA_FILL_RECT) || !defined(IGNORE_ROT_AA_RECT_OPT) |
if (strokeWidth >= 0) { |
#endif |