| Index: src/gpu/GrImmediateDrawTarget.h
|
| diff --git a/src/gpu/GrImmediateDrawTarget.h b/src/gpu/GrImmediateDrawTarget.h
|
| index c70b624ed5a7e66605cacc8f8d2b5be36a35402d..1fabce4a9898b9717467e89b5049228006c22b34 100644
|
| --- a/src/gpu/GrImmediateDrawTarget.h
|
| +++ b/src/gpu/GrImmediateDrawTarget.h
|
| @@ -33,12 +33,6 @@ private:
|
| void onReset() override;
|
| void onFlush() override;
|
|
|
| - void onDrawPath(const GrPathProcessor*,
|
| - const GrPath*,
|
| - const GrStencilSettings&,
|
| - const PipelineInfo&) override {
|
| - SkFAIL("Only batch implemented\n");
|
| - }
|
| void onDrawPaths(const GrPathProcessor*,
|
| const GrPathRange*,
|
| const void* indices,
|
|
|