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