[Webkit-unassigned] [Bug 231163] REGRESSION (iOS 15): Canvas Rendering feature leads to strange resize behaviour

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 15:58:56 PST 2022


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

--- Comment #10 from Cameron McCormack (:heycam) <heycam at apple.com> ---
Two solutions come to mind:

1. Flush the layers and commit the layer transaction synchronously at the end of updateRendering.
2. Keep it asynchronous, but cause it to happen immediately if any canvas drawing is done (maybe checking whether it's a canvas that was drawn to a layer ImageBuffer).

-- 
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/20220105/cfc7b904/attachment.htm>


More information about the webkit-unassigned mailing list