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