DescriptionMike suggested this, and it's clever, but it didn't catch any cases
where we pass SkScalar to SkIntToScalar(), even though there are some!
That's because, at least in the cases I found, the SkScalar was being
(silently, implicitly) cast to int before being passed into
SkIntToScalar(). See http://codereview.appspot.com/4556043/
Patch Set 1 #Patch Set 2 : fix indent #Patch Set 3 : added comments #
MessagesTotal messages: 5
|