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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 17:05:05 PDT 2011


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





--- Comment #10 from James Robinson <jamesr at chromium.org>  2011-03-16 17:05:05 PST ---
canvas2d->canvas2d on chromium/skia uses this:
http://trac.webkit.org/browser/trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp#L1267

which does the readback if needed and then does this:
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp#L118

which should still do the right thing

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