Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index b5b95e15e768acac7ef81126ea4202d917227b98..c413560102e034528292677c913a9d678305b461 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -1034,6 +1034,8 @@ private: |
ed.setBounds(rect); |
} |
+ void setPt(int index, SkScalar x, SkScalar y); |
+ |
friend class SkAutoPathBoundsUpdate; |
friend class SkAutoDisableOvalCheck; |
friend class SkAutoDisableDirectionCheck; |