| Index: src/pathops/SkOpAngle.h
|
| diff --git a/src/pathops/SkOpAngle.h b/src/pathops/SkOpAngle.h
|
| index a1ead1ecfda3945a6d88561c3403fcdd3514da2b..4099c4a90b26e7e6de7be059d7ab032a2584b68d 100644
|
| --- a/src/pathops/SkOpAngle.h
|
| +++ b/src/pathops/SkOpAngle.h
|
| @@ -30,7 +30,7 @@ public:
|
|
|
| const SkOpAngle* debugAngle(int id) const;
|
| const SkOpCoincidence* debugCoincidence() const;
|
| - SkOpContour* debugContour(int id);
|
| + SkOpContour* debugContour(int id) const;
|
|
|
| int debugID() const {
|
| return SkDEBUGRELEASE(fID, -1);
|
|
|