Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index 3c68ff7d845bc7511234653d96994d7114998ad2..64e9d5a32eab8e50ab2de2cfc14029673fcb1f5a 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -1081,6 +1081,7 @@ private: |
friend class SkAutoPathBoundsUpdate; |
friend class SkAutoDisableOvalCheck; |
friend class SkAutoDisableDirectionCheck; |
+ friend class GrPath; // For fPathRef conic weights. |
friend class SkBench_AddPathTest; // perf test reversePathTo |
friend class PathTest_Private; // unit test reversePathTo |
friend class ForceIsRRect_Private; // unit test isRRect |