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

Unified Diff: src/pathops/SkPathOpsLine.h

Issue 1037953004: add conics to path ops (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix linux build Created 5 years, 8 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
Index: src/pathops/SkPathOpsLine.h
diff --git a/src/pathops/SkPathOpsLine.h b/src/pathops/SkPathOpsLine.h
index bb2516286013e0784f2d4e8a31a5b2aebcdf1993..ce55861522cfc4eb7f51ff7b0fd847af1f690287 100644
--- a/src/pathops/SkPathOpsLine.h
+++ b/src/pathops/SkPathOpsLine.h
@@ -34,6 +34,8 @@ struct SkDLine {
SkDPoint ptAtT(double t) const;
void dump() const;
+ void dumpID(int ) const;
+ void dumpInner() const;
};
#endif

Powered by Google App Engine
This is Rietveld 408576698