| Index: include/gpu/GrPathRendererChain.h
|
| diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
|
| index 9c4b976c9cf40c9864eeab946e6542a9edf15bca..cbe64b1edf36c72fe6574e17cd77f03ae0d9d6af 100644
|
| --- a/include/gpu/GrPathRendererChain.h
|
| +++ b/include/gpu/GrPathRendererChain.h
|
| @@ -15,9 +15,9 @@ class GrContext;
|
| class GrDrawTarget;
|
| class GrPathRenderer;
|
| class GrPipelineBuilder;
|
| +class GrStrokeInfo;
|
| class SkMatrix;
|
| class SkPath;
|
| -class SkStrokeRec;
|
|
|
| /**
|
| * Keeps track of an ordered list of path renderers. When a path needs to be
|
| @@ -61,7 +61,7 @@ public:
|
| const GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| const SkPath& path,
|
| - const SkStrokeRec& rec,
|
| + const GrStrokeInfo& rec,
|
| DrawType drawType,
|
| StencilSupport* stencilSupport);
|
|
|
|
|