Index: src/pathops/SkIntersections.h |
diff --git a/src/pathops/SkIntersections.h b/src/pathops/SkIntersections.h |
index 0186b3797d5101a0c045da08c7f6759e75094dc7..040671093c38bad841e5c70397bfb15328b40a39 100644 |
--- a/src/pathops/SkIntersections.h |
+++ b/src/pathops/SkIntersections.h |
@@ -287,8 +287,8 @@ private: |
#endif |
}; |
-extern int (SkIntersections::*CurveRay[])(const SkPoint[], const SkDLine& ); |
-extern int (SkIntersections::*CurveVertical[])(const SkPoint[], SkScalar top, SkScalar bottom, |
+extern int (SkIntersections::* const CurveRay[])(const SkPoint[], const SkDLine& ); |
+extern int (SkIntersections::* const CurveVertical[])(const SkPoint[], SkScalar top, SkScalar bottom, |
SkScalar x, bool flipped); |
#endif |