[webkit-reviews] review granted: [Bug 45249] Add cubic curve classifier : [Attachment 66984] Revised patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 19:57:18 PDT 2010


James Robinson <jamesr at chromium.org> has granted Kenneth Russell
<kbr at google.com>'s request for review:
Bug 45249: Add cubic curve classifier
https://bugs.webkit.org/show_bug.cgi?id=45249

Attachment 66984: Revised patch
https://bugs.webkit.org/attachment.cgi?id=66984&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
Cool!  R=me

View in context:
https://bugs.webkit.org/attachment.cgi?id=66984&action=prettypatch

> WebCore/platform/graphics/gpu/LoopBlinnClassifier.cpp:90
> +    if (approxEqual(b0, b1)
> +	   && approxEqual(b0, b2)
> +	   && approxEqual(b0, b3)) {
nit: this could be on one line


More information about the webkit-reviews mailing list