aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrReorderCommandBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrReorderCommandBuilder.h')
-rw-r--r--src/gpu/GrReorderCommandBuilder.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h
index 1dd33a05c5..dbb5c80604 100644
--- a/src/gpu/GrReorderCommandBuilder.h
+++ b/src/gpu/GrReorderCommandBuilder.h
@@ -18,14 +18,6 @@ public:
GrReorderCommandBuilder() : INHERITED() {}
Cmd* recordDrawBatch(GrBatch*, const GrCaps&) override;
- Cmd* recordStencilPath(const GrPipelineBuilder&,
- const GrPathProcessor*,
- const GrPath*,
- const GrScissorState&,
- const GrStencilSettings&) override {
- SkFAIL("Unsupported\n");
- return NULL;
- }
Cmd* recordDrawPath(State*,
const GrPathProcessor*,