Index: src/gpu/GrTessellatingPathRenderer.cpp |
diff --git a/src/gpu/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp |
index e00792e5f8e607d63b9917fc2be4928889a6244d..7a9c5a7751b35a125cf5b4e700d1ad435e705ee6 100644 |
--- a/src/gpu/GrTessellatingPathRenderer.cpp |
+++ b/src/gpu/GrTessellatingPathRenderer.cpp |
@@ -1485,6 +1485,9 @@ private: |
, fViewMatrix(viewMatrix) |
, fClipBounds(clipBounds) { |
this->initClassID<TessellatingPathBatch>(); |
+ |
+ fBounds = path.getBounds(); |
+ viewMatrix.mapRect(&fBounds); |
} |
GrColor fColor; |