Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index 46cb15c785d6ff0ad4658eb8a81a3af93ab01f39..36dfdfefa6b84e38e45f32b0ecb4c7f65f53242e 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -1190,6 +1190,8 @@ private: |
friend class SkAutoPathBoundsUpdate; |
friend class SkAutoDisableOvalCheck; |
friend class SkAutoDisableDirectionCheck; |
+ friend class SkPathWriter; |
+ friend class SkOpBuilder; |
friend class SkBench_AddPathTest; // perf test reversePathTo |
friend class PathTest_Private; // unit test reversePathTo |
friend class ForceIsRRect_Private; // unit test isRRect |