| Index: src/pathops/SkPathOpsCubic.h
|
| diff --git a/src/pathops/SkPathOpsCubic.h b/src/pathops/SkPathOpsCubic.h
|
| index 973b76dfb240216eb23df0212416cc17b562f1e0..500319607dc0c29b3a78acf63a5b80fbd1baa382 100644
|
| --- a/src/pathops/SkPathOpsCubic.h
|
| +++ b/src/pathops/SkPathOpsCubic.h
|
| @@ -78,9 +78,9 @@ struct SkDCubic {
|
| void toQuadraticTs(double precision, SkTArray<double, true>* ts) const;
|
| SkDQuad toQuad() const;
|
|
|
| -#ifdef SK_DEBUG
|
| - void dump();
|
| -#endif
|
| + // utilities callable by the user from the debugger when the implementation code is linked in
|
| + void dump() const;
|
| + void dumpNumber() const;
|
| };
|
|
|
| #endif
|
|
|