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