aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrInOrderCommandBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrInOrderCommandBuilder.h')
-rw-r--r--src/gpu/GrInOrderCommandBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrInOrderCommandBuilder.h b/src/gpu/GrInOrderCommandBuilder.h
index 2908e10449..13a821256c 100644
--- a/src/gpu/GrInOrderCommandBuilder.h
+++ b/src/gpu/GrInOrderCommandBuilder.h
@@ -15,7 +15,7 @@ public:
typedef GrCommandBuilder::Cmd Cmd;
typedef GrCommandBuilder::State State;
- GrInOrderCommandBuilder(GrGpu* gpu) : INHERITED(gpu) { }
+ GrInOrderCommandBuilder() : INHERITED() { }
Cmd* recordDrawBatch(GrDrawBatch*, const GrCaps&) override;
Cmd* recordStencilPath(const GrPipelineBuilder&,