Index: src/gpu/GrReorderCommandBuilder.h |
diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h |
index a5f984c5739f53905970e1133cd522c57b9d034d..af4a28cf0715bc428e756548ae80c93f8c48591c 100644 |
--- a/src/gpu/GrReorderCommandBuilder.h |
+++ b/src/gpu/GrReorderCommandBuilder.h |
@@ -15,7 +15,7 @@ public: |
typedef GrCommandBuilder::Cmd Cmd; |
typedef GrCommandBuilder::State State; |
- GrReorderCommandBuilder(GrGpu* gpu) : INHERITED(gpu) {} |
+ GrReorderCommandBuilder() : INHERITED() {} |
Cmd* recordDrawBatch(GrDrawBatch*, const GrCaps&) override; |
Cmd* recordStencilPath(const GrPipelineBuilder&, |