| Index: src/core/SkGeometry.h
|
| diff --git a/src/core/SkGeometry.h b/src/core/SkGeometry.h
|
| index 74c9d89e3f023a225bf253d927dbf69d15080de6..55d763b967c5aeaeeccfc4c82767111babbf3983 100644
|
| --- a/src/core/SkGeometry.h
|
| +++ b/src/core/SkGeometry.h
|
| @@ -215,7 +215,7 @@ struct SkConic {
|
| * be used.
|
| */
|
| void evalAt(SkScalar t, SkPoint* pos, SkVector* tangent = nullptr) const;
|
| - void chopAt(SkScalar t, SkConic dst[2]) const;
|
| + bool SK_WARN_UNUSED_RESULT chopAt(SkScalar t, SkConic dst[2]) const;
|
| void chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const;
|
| void chop(SkConic dst[2]) const;
|
|
|
|
|