[Webkit-unassigned] [Bug 73713] [GTK] TextureMapperNode should not use Qt types and functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 18:17:47 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73713





--- Comment #3 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-12-02 18:17:47 PST ---
(From update of attachment 117709)
View in context: https://bugs.webkit.org/attachment.cgi?id=117709&action=review

>> Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp:835
>> +        return std::min(1.0, (floor(numSteps * t) + 1) / numSteps);
> 
> I'm not certain, but I think its more typical to include MathExtras.h here and just use min.

True. Please fix before committing :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list