[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 09:35:44 PST 2011


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





--- Comment #2 from Andrew Scherkus <scherkus at chromium.org>  2011-02-16 09:35:44 PST ---
(From update of attachment 82643)
View in context: https://bugs.webkit.org/attachment.cgi?id=82643&action=review

> Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp:316
> +            float deadPixelsPerRow = planeTextureSize.width() - frameWidth;

does this need to be float?  I think planeTextureSize and frameWidth are both ints

> Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp:394
> +    // Artibitrarily take the u sizes because u and v dimensions are identical.

Artibitrarily -> Arbitrarily

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