[Webkit-unassigned] [Bug 170333] REGRESSION(r213764): [GTK] PNG animations are not played properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 6 07:08:24 PDT 2017


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

--- Comment #8 from Miguel Gomez <magomez at igalia.com> ---
This started to happen because of the change in the initialization of m_allowAnimatedImageAsyncDecoding in CachedImage.h. It was changed from true to false, which disables the async decoding of animations.

Theoretically m_allowAnimatedImageAsyncDecoding should be set to the animatedImageAsyncDecodingEnabled setting value afterwards, which is true, but this doesn't happen because the image doesn't have a loader, thus it keeps the false value.

-- 
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/20170406/2e47a10a/attachment.html>


More information about the webkit-unassigned mailing list