[Webkit-unassigned] [Bug 53468] Handle gpu-backed images in getUnmultipliedImageData()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 19:27:52 PST 2011


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


Mike Reed <reed at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |reed at google.com
                   |kit.org                     |
  Attachment #80708|                            |review?
               Flag|                            |




--- Comment #1 from Mike Reed <reed at google.com>  2011-01-31 19:27:53 PST ---
Created an attachment (id=80708)
 --> (https://bugs.webkit.org/attachment.cgi?id=80708&action=review)
patch to fix bug

Patch addresses the case when the skia platform uses a gpu behind its Image when the Image is backing a <canvas> element. It relies on SkDevice::readPixels() to abstract how the bitmap is actually backed.

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