Index: src/gpu/GrBlurUtils.cpp |
diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp |
index 66861ec07fe53682c07cfe7cf22305f7971463be..caea2b45f5045fc62e8771f6f44d78469d3b551e 100644 |
--- a/src/gpu/GrBlurUtils.cpp |
+++ b/src/gpu/GrBlurUtils.cpp |
@@ -259,7 +259,7 @@ void GrBlurUtils::drawPathWithMaskFilter(GrContext* context, |
*devPathPtr, |
strokeInfo, |
grPaint.isAntiAlias(), |
- renderTarget->numSamples())); |
+ renderTarget->numColorSamples())); |
if (mask) { |
GrTexture* filtered; |