| Index: src/gpu/batches/GrStencilPathBatch.h
|
| diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h
|
| index 908dd1f59324d078c496dd7d92073504bf564e5e..bafcfffc0e3887b31ca4e4e4a16510490ca9814c 100644
|
| --- a/src/gpu/batches/GrStencilPathBatch.h
|
| +++ b/src/gpu/batches/GrStencilPathBatch.h
|
| @@ -49,7 +49,9 @@ private:
|
| , fStencil(stencil)
|
| , fScissor(scissor)
|
| , fRenderTarget(renderTarget)
|
| - , fPath(path) {}
|
| + , fPath(path) {
|
| + this->initClassID<GrStencilPathBatch>();
|
| + }
|
|
|
| bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override { return false; }
|
|
|
|
|