| Index: src/gpu/batches/GrTInstanceBatch.h
|
| diff --git a/src/gpu/batches/GrTInstanceBatch.h b/src/gpu/batches/GrTInstanceBatch.h
|
| index e314959bfcd9c7d4ff0745ff336c2302f219f389..3affbb16c07a592653e2128c9ae3887014fe395f 100644
|
| --- a/src/gpu/batches/GrTInstanceBatch.h
|
| +++ b/src/gpu/batches/GrTInstanceBatch.h
|
| @@ -42,6 +42,8 @@ class GrTInstanceBatch : public GrVertexBatch {
|
| public:
|
| typedef typename Impl::Geometry Geometry;
|
|
|
| + BATCH_CLASS_ID
|
| +
|
| static GrTInstanceBatch* Create() { return new GrTInstanceBatch; }
|
|
|
| const char* name() const override { return Impl::Name(); }
|
|
|