Index: src/gpu/gl/GrGLPathRendering.h |
diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h |
index c3e53178084a0a6f63d33ce76ea10ee2c39c67c9..cd4668fc88877a524ccdcdd9f3f6ce04eb62e4d0 100644 |
--- a/src/gpu/gl/GrGLPathRendering.h |
+++ b/src/gpu/gl/GrGLPathRendering.h |
@@ -65,9 +65,19 @@ public: |
protected: |
void onStencilPath(const StencilPathArgs&, const GrPath*) override; |
- void onDrawPath(const DrawPathArgs&, const GrPath*) override; |
- void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType, |
- const float transformValues[], PathTransformType, int count) override; |
+ void onDrawPath(const GrPipeline&, |
+ const GrPrimitiveProcessor&, |
+ const GrStencilSettings&, |
+ const GrPath*) override; |
+ void onDrawPaths(const GrPipeline&, |
+ const GrPrimitiveProcessor&, |
+ const GrStencilSettings&, |
+ const GrPathRange*, |
+ const void* indices, |
+ PathIndexType, |
+ const float transformValues[], |
+ PathTransformType, |
+ int count) override; |
private: |
/** |
* Mark certain functionality as not supported. |