Index: src/gpu/GrClipMaskManager.cpp |
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp |
index 414bbabed672de664622c2b72748b8b6fbd837f8..349d51e311586103bf14c9f67f08e33a4a1b7a36 100644 |
--- a/src/gpu/GrClipMaskManager.cpp |
+++ b/src/gpu/GrClipMaskManager.cpp |
@@ -412,6 +412,7 @@ bool GrClipMaskManager::drawElement(GrTexture* target, |
default: { |
SkPath path; |
element->asPath(&path); |
+ path.setIsVolatile(true); |
if (path.isInverseFillType()) { |
path.toggleInverseFillType(); |
} |