Index: src/gpu/GrGpu.cpp |
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
index 80e824df7472066ad31c8e7ba7bd743032eb894e..1f01e124bf74a973348ad62706454482aaef2af6 100644 |
--- a/src/gpu/GrGpu.cpp |
+++ b/src/gpu/GrGpu.cpp |
@@ -378,6 +378,7 @@ void GrGpu::onDrawPaths(const GrPathRange* pathRange, |
return; |
} |
+ pathRange->willDrawPaths(indices, count); |
this->pathRendering()->drawPaths(pathRange, indices, count, transforms, transformsType, fill); |
} |