Index: include/core/SkGeometry.h |
diff --git a/include/core/SkGeometry.h b/include/core/SkGeometry.h |
index d7836db735eaf749423c24a28a5efdad80ec4e41..a313c79a8521435b83b85ce4a200968c2a7fc56b 100644 |
--- a/include/core/SkGeometry.h |
+++ b/include/core/SkGeometry.h |
@@ -255,6 +255,8 @@ struct SkConic { |
void computeTightBounds(SkRect* bounds) const; |
void computeFastBounds(SkRect* bounds) const; |
+ |
+ bool findMaxCurvature(SkScalar* t) const; |
}; |
#include "SkTemplates.h" |