[Webkit-unassigned] [Bug 170591] [GTK+] Animations not played properly when using synchronous decoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 7 02:27:43 PDT 2017


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

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
There seems to be an error in ImageFrameCache::destroyDecodedData(). Theoretically this should destroy all the decoded frames except one we want to keep, but what it's actually doing is destroying all the odd ones (including the one we want to keep if it's odd).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170407/e2772fa2/attachment.html>


More information about the webkit-unassigned mailing list