[Webkit-unassigned] [Bug 76635] Refactor canvas drawing to be more data driven

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 14:15:13 PST 2012


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123191|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #5 from James Robinson <jamesr at chromium.org>  2012-01-19 14:15:13 PST ---
(From update of attachment 123191)
View in context: https://bugs.webkit.org/attachment.cgi?id=123191&action=review

R=me, one nit

> Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:685
> +    drawTexturedQuad(quad->layerTransform(), quad->quadRect().size().width(), quad->quadRect().size().height(), quad->opacity(), sharedGeometryQuad(),

can I get a temporary const reference to size in this piece? this line's pretty long, even by webkit standards

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