| Index: src/gpu/GrReorderCommandBuilder.h
|
| diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h
|
| index dbb5c8060453c10a39bd736a1e9dd17a4cf49049..a1c7fae67b83f5d0a204ab9166d773d481c65b91 100644
|
| --- a/src/gpu/GrReorderCommandBuilder.h
|
| +++ b/src/gpu/GrReorderCommandBuilder.h
|
| @@ -19,14 +19,6 @@ public:
|
|
|
| Cmd* recordDrawBatch(GrBatch*, const GrCaps&) override;
|
|
|
| - Cmd* recordDrawPath(State*,
|
| - const GrPathProcessor*,
|
| - const GrPath*,
|
| - const GrStencilSettings&) override {
|
| - SkFAIL("Unsupported\n");
|
| - return NULL;
|
| - }
|
| -
|
| Cmd* recordDrawPaths(State*,
|
| GrBufferedDrawTarget*,
|
| const GrPathProcessor*,
|
|
|