aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrPathRendererChain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrPathRendererChain.h')
-rw-r--r--include/gpu/GrPathRendererChain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
index 07d64949b2..9c4b976c9c 100644
--- a/include/gpu/GrPathRendererChain.h
+++ b/include/gpu/GrPathRendererChain.h
@@ -12,9 +12,9 @@
#include "SkTArray.h"
class GrContext;
-class GrDrawState;
class GrDrawTarget;
class GrPathRenderer;
+class GrPipelineBuilder;
class SkMatrix;
class SkPath;
class SkStrokeRec;
@@ -58,7 +58,7 @@ public:
whether the path can be rendered with arbitrary stencil rules or not. See comments on
StencilSupport in GrPathRenderer.h. */
GrPathRenderer* getPathRenderer(const GrDrawTarget* target,
- const GrDrawState*,
+ const GrPipelineBuilder*,
const SkMatrix& viewMatrix,
const SkPath& path,
const SkStrokeRec& rec,