| Index: src/gpu/GrPathUtils.h
|
| diff --git a/src/gpu/GrPathUtils.h b/src/gpu/GrPathUtils.h
|
| index 250b0a23245a2b81c22e73fb6e97e70ae0333b19..8e52e332dfd32821f5404c1a4c50458b52b2a49e 100644
|
| --- a/src/gpu/GrPathUtils.h
|
| +++ b/src/gpu/GrPathUtils.h
|
| @@ -9,7 +9,7 @@
|
| #define GrPathUtils_DEFINED
|
|
|
| #include "SkRect.h"
|
| -#include "SkPath.h"
|
| +#include "SkPathPriv.h"
|
| #include "SkTArray.h"
|
|
|
| class SkMatrix;
|
| @@ -121,7 +121,7 @@ namespace GrPathUtils {
|
| void convertCubicToQuads(const SkPoint p[4],
|
| SkScalar tolScale,
|
| bool constrainWithinTangents,
|
| - SkPath::Direction dir,
|
| + SkPathPriv::FirstDirection dir,
|
| SkTArray<SkPoint, true>* quads);
|
|
|
| // Chops the cubic bezier passed in by src, at the double point (intersection point)
|
|
|