[Webkit-unassigned] [Bug 56414] texImage2D gets old contents of canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 16:13:01 PDT 2011


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


John Bauman <jbauman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmarrin at apple.com,
                   |                            |hyatt at apple.com,
                   |                            |jamesr at chromium.org,
                   |                            |jbauman at chromium.org




--- Comment #1 from John Bauman <jbauman at chromium.org>  2011-03-15 16:13:01 PST ---
Looks like we're checking paintsIntoCanvasBuffer to see if we should do paintRenderingResultsToCanvas to update the image. This is true on chromium with accelerated compositing disabled (like in this test), so the paint doesn't happen.

I'm not sure what exactly paintsIntoCanvasBuffer is supposed to mean, but removing the check for it in HTMLCanvasElement::copiedImage seems to work.

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