| Index: include/core/SkPath.h
|
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h
|
| index caf4cfe5ecc9aa0e4e189c96153ea3c8d0f4ff54..6d1e70f985c9cc05e8897193323bafff685a9c7e 100644
|
| --- a/include/core/SkPath.h
|
| +++ b/include/core/SkPath.h
|
| @@ -961,6 +961,7 @@ private:
|
| friend class Iter;
|
| friend class SkPathPriv;
|
| friend class SkPathStroker;
|
| + friend class SkPathIter;
|
|
|
| /* Append, in reverse order, the first contour of path, ignoring path's
|
| last point. If no moveTo() call has been made for this contour, the
|
|
|