| Index: src/core/SkScan.h
|
| diff --git a/src/core/SkScan.h b/src/core/SkScan.h
|
| index 4aa8e443990ecf05b5d3918d5b2fe29047b1a588..2185e1ea080e9e8727700824f21447be7d8cf982 100644
|
| --- a/src/core/SkScan.h
|
| +++ b/src/core/SkScan.h
|
| @@ -93,7 +93,7 @@ static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
|
| }
|
|
|
| /** Assign an SkXRect from a SkRect, by promoting the src rect's coordinates
|
| - from SkScalar to SkFixed. Does not check for overflow if the src coordinates
|
| + from SkScalar to SkFixed. Behavior is undefined if the src coordinates
|
| exceed 32K
|
| */
|
| static inline void XRect_set(SkXRect* xr, const SkRect& src) {
|
|
|