Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: include/core/SkPath.h

Issue 1126993003: experimental path-builder Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPathBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPath.h
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index caf4cfe5ecc9aa0e4e189c96153ea3c8d0f4ff54..6d1e70f985c9cc05e8897193323bafff685a9c7e 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -961,6 +961,7 @@ private:
friend class Iter;
friend class SkPathPriv;
friend class SkPathStroker;
+ friend class SkPathIter;
/* 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
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPathBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698