| Index: src/gpu/GrReorderCommandBuilder.h
|
| diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h
|
| index 4a4ebe9c04c5e5585d7b4e3d27f36c114cc26435..a5f984c5739f53905970e1133cd522c57b9d034d 100644
|
| --- a/src/gpu/GrReorderCommandBuilder.h
|
| +++ b/src/gpu/GrReorderCommandBuilder.h
|
| @@ -17,7 +17,7 @@ public:
|
|
|
| GrReorderCommandBuilder(GrGpu* gpu) : INHERITED(gpu) {}
|
|
|
| - Cmd* recordDrawBatch(GrBatch*, const GrCaps&) override;
|
| + Cmd* recordDrawBatch(GrDrawBatch*, const GrCaps&) override;
|
| Cmd* recordStencilPath(const GrPipelineBuilder&,
|
| const GrPathProcessor*,
|
| const GrPath*,
|
|
|