Index: src/core/SkPicture.cpp |
diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp |
index 2a33c4db607dac4353319bab67d680bab435e5e4..37bf921666c4842a1711309e2975b1772b17aaf2 100644 |
--- a/src/core/SkPicture.cpp |
+++ b/src/core/SkPicture.cpp |
@@ -230,11 +230,7 @@ bool SkPicture::Analysis::suitableForGpuRasterization(const char** reason, |
// TODO: the heuristic used here needs to be refined |
static const int kNumSlowPathsTol = 6; |
- int numSlowPathDashedPaths = fNumPaintWithPathEffectUses; |
- if (0 == sampleCount) { |
- // The fast dashing path only works when MSAA is disabled |
- numSlowPathDashedPaths -= fNumFastPathDashEffects; |
- } |
+ int numSlowPathDashedPaths = fNumPaintWithPathEffectUses - fNumFastPathDashEffects; |
int numSlowPaths = fNumAAConcavePaths - |
fNumAAHairlineConcavePaths - |