| Index: src/gpu/GrReorderCommandBuilder.h
|
| diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h
|
| index 1dd33a05c5561edb0342b04d4506a74f88d99602..dbb5c8060453c10a39bd736a1e9dd17a4cf49049 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*,
|
|
|