| Index: include/gpu/GrPathRendererChain.h
|
| diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
|
| index 8e1f49b4b0ac225cbc27acca57e35d6975e6a9aa..07d64949b2f36d7e7596dbda6a65d7bfdd18c0d4 100644
|
| --- a/include/gpu/GrPathRendererChain.h
|
| +++ b/include/gpu/GrPathRendererChain.h
|
| @@ -15,6 +15,7 @@ class GrContext;
|
| class GrDrawState;
|
| class GrDrawTarget;
|
| class GrPathRenderer;
|
| +class SkMatrix;
|
| class SkPath;
|
| class SkStrokeRec;
|
|
|
| @@ -58,6 +59,7 @@ public:
|
| StencilSupport in GrPathRenderer.h. */
|
| GrPathRenderer* getPathRenderer(const GrDrawTarget* target,
|
| const GrDrawState*,
|
| + const SkMatrix& viewMatrix,
|
| const SkPath& path,
|
| const SkStrokeRec& rec,
|
| DrawType drawType,
|
|
|