 Chromium Code Reviews
 Chromium Code Reviews| Index: src/core/SkRect.cpp | 
| diff --git a/src/core/SkRect.cpp b/src/core/SkRect.cpp | 
| index 14d862430a14978e1e87c67c37c2671880eca5ef..a28af27cb1277aa72f7887295f312f370a8a6515 100644 | 
| --- a/src/core/SkRect.cpp | 
| +++ b/src/core/SkRect.cpp | 
| @@ -48,7 +48,7 @@ void SkRect::toQuad(SkPoint quad[4]) const { | 
| #include "SkNx.h" | 
| static inline bool is_finite(const Sk4s& value) { | 
| - Sk4i finite = value * Sk4s(0) == Sk4s(0); | 
| + auto finite = value * Sk4s(0) == Sk4s(0); | 
| return finite.allTrue(); | 
| } |