| Index: src/gpu/batches/GrStencilPathBatch.h
|
| diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h
|
| index 6b4ddf00df3ef13bcf04a6f6b7a129dab8056cda..9f6740a04648d7cd4fdd5a30c7803327acfc178f 100644
|
| --- a/src/gpu/batches/GrStencilPathBatch.h
|
| +++ b/src/gpu/batches/GrStencilPathBatch.h
|
| @@ -50,6 +50,7 @@ private:
|
| , fRenderTarget(renderTarget)
|
| , fPath(path) {
|
| this->initClassID<GrStencilPathBatch>();
|
| + fBounds = path->getBounds();
|
| }
|
|
|
| bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override { return false; }
|
|
|