Chromium Code Reviews| 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 |