Chromium Code Reviews| Index: include/core/SkRect.h |
| diff --git a/include/core/SkRect.h b/include/core/SkRect.h |
| index d9ac3a69109fdb6efc2d464104440d8b5caf4370..98acb1cda31731a407bfe3db63d23ccdd284a458 100644 |
| --- a/include/core/SkRect.h |
| +++ b/include/core/SkRect.h |
| @@ -401,7 +401,7 @@ struct SK_API SkRect { |
| return r; |
| } |
| - // DEPRECATED: call Make(r) |
| + SK_ATTR_DEPRECATED("use Make()") |
| static SkRect SK_WARN_UNUSED_RESULT MakeFromIRect(const SkIRect& irect) { |
| SkRect r; |
| r.set(SkIntToScalar(irect.fLeft), |