[Webkit-unassigned] [Bug 54224] toDataURL() fails if skia device is backed by GPU

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 10 11:18:46 PST 2011


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


Jakob Petsovits <jpetsovits at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpetsovits at rim.com




--- Comment #3 from Jakob Petsovits <jpetsovits at rim.com>  2011-02-10 11:18:46 PST ---
Don't you need to unlock the bitmap to be able to access the pixel data? iirc, there were cases where a perfectly valid memory-backed bitmap returns 0 for getPixels() because the bitmap wasn't locked. Maybe that doesn't apply in this specific case, depends on what bitmap the canvas is created on.

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