[Webkit-unassigned] [Bug 54224] New: toDataURL() fails if skia device is backed by GPU
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 10 10:58:21 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54224
Summary: toDataURL() fails if skia device is backed by GPU
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: reed at google.com
CC: mdelaney at apple.com
The current impl assumes it can read the address returned by the device's bitmap, and had it to the image encoders. The fix is to check if we need to call device->readPixels() first, which will always succeed, even if the device is backed by some other means than a CPU bitmap (e.g. opengl fbo)
--
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