| Index: include/core/SkRect.h
|
| diff --git a/include/core/SkRect.h b/include/core/SkRect.h
|
| index 4f649b7c7325efcb82872f329eb83ac25d614198..3ebe099ae6385a2aa7a0fd124f1ccb87cd6ded5c 100644
|
| --- a/include/core/SkRect.h
|
| +++ b/include/core/SkRect.h
|
| @@ -463,8 +463,7 @@ struct SK_API SkRect {
|
|
|
| /**
|
| * Returns true iff all values in the rect are finite. If any are
|
| - * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
|
| - * returns false.
|
| + * infinite or NaN then this returns false.
|
| */
|
| bool isFinite() const {
|
| float accum = 0;
|
|
|