Index: src/gpu/batches/GrStencilPathBatch.h |
diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h |
index 42cd3e9f9326f4302a500c739bc75244ae62deab..cc55659a34dc7a07a044b522fa3efcd9aa67ec0f 100644 |
--- a/src/gpu/batches/GrStencilPathBatch.h |
+++ b/src/gpu/batches/GrStencilPathBatch.h |
@@ -59,7 +59,7 @@ private: |
, fScissor(scissor) |
, fRenderTarget(renderTarget) |
, fPath(path) { |
- fBounds = path->getBounds(); |
+ this->setBounds(path->getBounds(), HasAABloat::kNo, IsZeroArea::kNo); |
} |
bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override { return false; } |