| Index: src/core/SkRRect.cpp
|
| diff --git a/src/core/SkRRect.cpp b/src/core/SkRRect.cpp
|
| index 2f576fa95a1fc32cec8098339c73e98a14600e27..ad62e5bbae82947d337c977ba218e0e9ece53348 100644
|
| --- a/src/core/SkRRect.cpp
|
| +++ b/src/core/SkRRect.cpp
|
| @@ -202,7 +202,7 @@ void SkRRect::setRectRadii(const SkRect& rect, const SkVector radii[4]) {
|
| }
|
| }
|
|
|
| - // skbug.com/3239 -- its possible that we can hit the following inconsistency:
|
| + // https://bug.skia.org/3239 -- its possible that we can hit the following inconsistency:
|
| // rad == bounds.bottom - bounds.top
|
| // bounds.bottom - radius < bounds.top
|
| // YIKES
|
|
|