aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBlurUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrBlurUtils.cpp')
-rw-r--r--src/gpu/GrBlurUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
index 66861ec07f..caea2b45f5 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;