| Index: src/pathops/SkPathOpsCubic.h
|
| diff --git a/src/pathops/SkPathOpsCubic.h b/src/pathops/SkPathOpsCubic.h
|
| index 1ba35be22bc7e61962c40848e57e63473280b5f3..973b76dfb240216eb23df0212416cc17b562f1e0 100644
|
| --- a/src/pathops/SkPathOpsCubic.h
|
| +++ b/src/pathops/SkPathOpsCubic.h
|
| @@ -77,6 +77,10 @@ struct SkDCubic {
|
| SkDPoint top(double startT, double endT) const;
|
| void toQuadraticTs(double precision, SkTArray<double, true>* ts) const;
|
| SkDQuad toQuad() const;
|
| +
|
| +#ifdef SK_DEBUG
|
| + void dump();
|
| +#endif
|
| };
|
|
|
| #endif
|
|
|