Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index c17144644018add3af3a9f4146dee8263b59db10..86dfd87eb33cbc55f5fbcb00c73079c62333d495 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -754,10 +754,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 |