| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 54531d2885f2a537855c69f87e1d8fe16ed68758..6ab34ab75a74da3ed074b830de2b7efcfecf7f46 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -243,11 +243,6 @@ private:
|
|
|
| virtual void onFlush() = 0;
|
|
|
| - virtual void onStencilPath(const GrPipelineBuilder&,
|
| - const GrPathProcessor*,
|
| - const GrPath*,
|
| - const GrScissorState&,
|
| - const GrStencilSettings&) = 0;
|
| virtual void onDrawPath(const GrPathProcessor*,
|
| const GrPath*,
|
| const GrStencilSettings&,
|
|
|