[Webkit-unassigned] [Bug 54559] [chromium] Fix green pixels at edge of certain GPU-accelerated videos
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 16 14:06:17 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54559
--- Comment #5 from Kenneth Russell <kbr at google.com> 2011-02-16 14:06:17 PST ---
(From update of attachment 82687)
View in context: https://bugs.webkit.org/attachment.cgi?id=82687&action=review
I'll be happy to r+ this once a member of the video stack team signs off on it. One minor stylistic comment.
> Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp:313
> + frameWidth--;
Prefer predecrement in WebKit. (i.e., --frameWidth)
--
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