[Webkit-unassigned] [Bug 191577] [cairo] BackingStore::incorporateUpdate should use CompositeCopy to support drawsBackground=false in general Cairo ports
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 12 21:18:49 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191577
--- Comment #2 from Tomoki Imai <Tomoki.Imai at sony.com> ---
Created attachment 354645
--> https://bugs.webkit.org/attachment.cgi?id=354645&action=review
Use CompositeCopy to update bitmap to overwrite existing surface
We should set graphicsContext.setCompositeOperation(WebCore::CompositeCopy) before updating surface.
We should overwrite existing surface by the source even if it contains non opaque parts.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181113/5d639459/attachment.html>
More information about the webkit-unassigned
mailing list