[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 16:51:27 PST 2011


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-12-02 16:51:27 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.

-- 
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