Index: src/core/SkPicture.cpp |
diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp |
index a8ddfe6656d5b18446aca9e59f3ae604ad18bf54..7f53c3ec9c43a68ebe33466c0467eef88c4967c0 100644 |
--- a/src/core/SkPicture.cpp |
+++ b/src/core/SkPicture.cpp |
@@ -231,10 +231,7 @@ bool SkPicture::Analysis::suitableForGpuRasterization(const char** reason, |
static const int kNumSlowPathsTol = 6; |
int numSlowPathDashedPaths = fNumPaintWithPathEffectUses; |
- if (0 == sampleCount) { |
- // The fast dashing path only works when MSAA is disabled |
- numSlowPathDashedPaths -= fNumFastPathDashEffects; |
- } |
+ numSlowPathDashedPaths -= fNumFastPathDashEffects; |
egdaniel
2015/04/22 20:49:38
might as well combine these two lines now.
Stephen White
2015/04/22 20:53:09
Done.
|
int numSlowPaths = fNumAAConcavePaths - |
fNumAAHairlineConcavePaths - |