[webkit-reviews] review denied: [Bug 57104] getCSSCanvasContext does not work with SKIA_GPU : [Attachment 86973] updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 13:50:38 PDT 2011


James Robinson <jamesr at chromium.org> has denied scroggo at google.com's request
for review:
Bug 57104: getCSSCanvasContext does not work with SKIA_GPU
https://bugs.webkit.org/show_bug.cgi?id=57104

Attachment 86973: updated patch
https://bugs.webkit.org/attachment.cgi?id=86973&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
Feels like the wrong fix.  In this case we're trying to draw from a SkBitmap
into another context - skia already should know what the backing store for the
bitmap is and should be capable of doing a readback if it needs the pixels
available for a software draw.


More information about the webkit-reviews mailing list