Index: src/gpu/GrBlurUtils.h |
diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h |
index d64f4924737b362212f0ab03c11ab21f2917bb9c..1de669c5d67ce19a2aadb2a886b036568147b092 100644 |
--- a/src/gpu/GrBlurUtils.h |
+++ b/src/gpu/GrBlurUtils.h |
@@ -53,7 +53,8 @@ namespace GrBlurUtils { |
const SkMatrix& viewMatrix, |
const SkMaskFilter*, |
const SkPathEffect*, |
- const GrStrokeInfo&); |
+ const GrStrokeInfo&, |
+ bool pathIsMutable); |
}; |