| Index: src/gpu/GrReorderCommandBuilder.h
|
| diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h
|
| index a5d6e487dc59b5695b530780de841ba8c41f4c02..4670f1b17683c39796bc1e487e7b460eddb604c9 100644
|
| --- a/src/gpu/GrReorderCommandBuilder.h
|
| +++ b/src/gpu/GrReorderCommandBuilder.h
|
| @@ -13,30 +13,13 @@
|
| class GrReorderCommandBuilder : public GrCommandBuilder {
|
| public:
|
| typedef GrCommandBuilder::Cmd Cmd;
|
| - typedef GrCommandBuilder::State State;
|
|
|
| GrReorderCommandBuilder() : INHERITED() {}
|
|
|
| Cmd* recordDrawBatch(GrBatch*, const GrCaps&) override;
|
|
|
| - Cmd* recordDrawPaths(State*,
|
| - GrBufferedDrawTarget*,
|
| - const GrPathProcessor*,
|
| - const GrPathRange*,
|
| - const void*,
|
| - GrDrawTarget::PathIndexType,
|
| - const float transformValues[],
|
| - GrDrawTarget::PathTransformType ,
|
| - int,
|
| - const GrStencilSettings&,
|
| - const GrPipelineOptimizations&) override {
|
| - SkFAIL("Unsupported\n");
|
| - return nullptr;
|
| - }
|
| -
|
| private:
|
| typedef GrCommandBuilder INHERITED;
|
| -
|
| };
|
|
|
| #endif
|
|
|