[webkit-reviews] review requested: [Bug 42272] Canvas: Fast-path for assigning the same color string as before to fillStyle or strokeStyle : [Attachment 61546] Proposed patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 11:30:19 PDT 2010


Andreas Kling <andreas.kling at nokia.com> has asked  for review:
Bug 42272: Canvas: Fast-path for assigning the same color string as before to
fillStyle or strokeStyle
https://bugs.webkit.org/show_bug.cgi?id=42272

Attachment 61546: Proposed patch v2
https://bugs.webkit.org/attachment.cgi?id=61546&action=review

------- Additional Comments from Andreas Kling <andreas.kling at nokia.com>
Less kludgy version - since assigning an empty string to a
CanvasRenderingContext2D property has no effect we don't need the bools in the
previous patch.


More information about the webkit-reviews mailing list