| Index: src/gpu/GrImmediateDrawTarget.h
|
| diff --git a/src/gpu/GrImmediateDrawTarget.h b/src/gpu/GrImmediateDrawTarget.h
|
| index 440233fa9f6de6add027530e559f97ee70271e89..c70b624ed5a7e66605cacc8f8d2b5be36a35402d 100644
|
| --- a/src/gpu/GrImmediateDrawTarget.h
|
| +++ b/src/gpu/GrImmediateDrawTarget.h
|
| @@ -33,13 +33,6 @@ private:
|
| void onReset() override;
|
| void onFlush() override;
|
|
|
| - void onStencilPath(const GrPipelineBuilder&,
|
| - const GrPathProcessor*,
|
| - const GrPath*,
|
| - const GrScissorState&,
|
| - const GrStencilSettings&) override {
|
| - SkFAIL("Only batch implemented\n");
|
| - }
|
| void onDrawPath(const GrPathProcessor*,
|
| const GrPath*,
|
| const GrStencilSettings&,
|
|
|