| Index: src/gpu/gl/GrGLPathRendering.h
|
| diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h
|
| index 1299979e66f2d63b076f994b7e34edb5315f6089..b39c866c6f89c3f2620d32af950f33496e4ede58 100644
|
| --- a/src/gpu/gl/GrGLPathRendering.h
|
| +++ b/src/gpu/gl/GrGLPathRendering.h
|
| @@ -65,6 +65,10 @@
|
|
|
| protected:
|
| void onStencilPath(const StencilPathArgs&, const GrPath*) override;
|
| + void onDrawPath(const GrPipeline&,
|
| + const GrPrimitiveProcessor&,
|
| + const GrStencilSettings&,
|
| + const GrPath*) override;
|
| void onDrawPaths(const GrPipeline&,
|
| const GrPrimitiveProcessor&,
|
| const GrStencilSettings&,
|
| @@ -73,11 +77,6 @@
|
| PathIndexType,
|
| const float transformValues[],
|
| PathTransformType,
|
| - int count) override;
|
| - void onDrawPaths(const GrPipeline&,
|
| - const GrPrimitiveProcessor&,
|
| - const GrStencilSettings&,
|
| - const GrPath* const*,
|
| int count) override;
|
| private:
|
| /**
|
|
|