Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index caf4cfe5ecc9aa0e4e189c96153ea3c8d0f4ff54..b90bf3a08be22c613fb7e9885b286e1636176cf2 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -976,7 +976,7 @@ private: |
// |
inline void injectMoveToIfNeeded(); |
- inline bool hasOnlyMoveTos() const; |
+ bool hasOnlyMoveTos() const; |
reed1
2015/09/03 19:07:27
Not part of this CL, but do you know why we comput
caryclark
2015/09/03 19:37:57
I didn't know this function existed! Certainly mak
|
Convexity internalGetConvexity() const; |
@@ -1005,6 +1005,7 @@ private: |
friend class SkAutoDisableOvalCheck; |
friend class SkAutoDisableDirectionCheck; |
friend class SkBench_AddPathTest; // perf test reversePathTo |
+ friend class SkCanvas; // hasOnlyMoveTos |
friend class PathTest_Private; // unit test reversePathTo |
}; |