| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index dc409ef3f1092f4dd8118bddbdc2cd5a8acf9569..2dc92a504ad2f26197dd6cc8238ed5498bda1319 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -73,11 +73,6 @@ private:
|
| void onReset() override;
|
| void onFlush() override;
|
|
|
| - void onStencilPath(const GrPipelineBuilder&,
|
| - const GrPathProcessor*,
|
| - const GrPath*,
|
| - const GrScissorState&,
|
| - const GrStencilSettings&) override;
|
| void onDrawPath(const GrPathProcessor*,
|
| const GrPath*,
|
| const GrStencilSettings&,
|
|
|