Index: src/pathops/SkOpContour.h |
diff --git a/src/pathops/SkOpContour.h b/src/pathops/SkOpContour.h |
index fa90c45bb64b4655fcae9aa7536a1e6a67338ecf..412fecd73f7f66953748693c35b23d713acf8d49 100644 |
--- a/src/pathops/SkOpContour.h |
+++ b/src/pathops/SkOpContour.h |
@@ -124,7 +124,7 @@ public: |
void debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* ) const; |
#endif |
- SkOpContour* debugContour(int id) { |
+ SkOpContour* debugContour(int id) const { |
return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr); |
} |