Chromium Code Reviews| Index: src/gpu/batches/GrStencilPathBatch.h |
| diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h |
| index 42cd3e9f9326f4302a500c739bc75244ae62deab..c5d1b609ed7c9042f44b3176963f38374dbdf3d9 100644 |
| --- a/src/gpu/batches/GrStencilPathBatch.h |
| +++ b/src/gpu/batches/GrStencilPathBatch.h |
| @@ -59,7 +59,7 @@ private: |
| , fScissor(scissor) |
| , fRenderTarget(renderTarget) |
| , fPath(path) { |
|
robertphillips
2016/07/07 20:26:42
xtra ' ' ?
bsalomon
2016/07/07 23:40:57
Done.
|
| - fBounds = path->getBounds(); |
| + this->setBounds(path->getBounds(), HasAABloat ::kNo, IsZeroArea::kNo); |
| } |
| bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override { return false; } |