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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 16:54:04 PDT 2011


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





--- Comment #9 from John Bauman <jbauman at chromium.org>  2011-03-16 16:54:04 PST ---
HTMLCanvasElement::paint still checks paintsIntoCanvasBuffer, so that won't be affected. canvas2D->canvas2D drawImages go down a different path (not using copiedImage, but instead manually doing makeRenderingResultsAvailable if the canvas isn't accelerated), so they shouldn't change.

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