Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index 2b111fe505915fa0fb8025625f64950444f9b161..ac4dd3bf56db0c7f8f956ed4bf355e827c5322f6 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -972,11 +972,6 @@ private: |
friend class Iter; |
friend class SkPathStroker; |
- /* Append the first contour of path, ignoring path's initial point. If no |
- moveTo() call has been made for this contour, the first point is |
- automatically set to (0,0). |
- */ |
- void pathTo(const SkPath& path); |
/* 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 |
@@ -1019,7 +1014,8 @@ private: |
friend class SkAutoPathBoundsUpdate; |
friend class SkAutoDisableOvalCheck; |
friend class SkAutoDisableDirectionCheck; |
- friend class SkBench_AddPathTest; // perf test pathTo/reversePathTo |
+ friend class SkBench_AddPathTest; // perf test reversePathTo |
+ friend class PathTest_Private; // unit test reversePathTo |
}; |
#endif |