Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 6a35ed9d26fc78aa7fcd1c7d2dd765306589a1b2..af746e934716a722e2aa08be8965f497613b7c9d 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -749,10 +749,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 |