[Webkit-unassigned] [Bug 173089] [WinCairo] ASSERTION FAILED: !canAnimate() && !m_currentFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 8 01:13:49 PDT 2017


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 312284

  --> https://bugs.webkit.org/attachment.cgi?id=312284&action=review

big size animation gif (1000x1000, loop count:1)

This happens always when painting a big finished animation GIF image.

> bool ImageSource::shouldUseAsyncDecoding()
> {
>     if (!isDecoderAvailable())
>         return false;
>     // FIXME: figure out the best heuristic for enabling async image decoding.
>     return size().area() * sizeof(RGBA32) >= (frameCount() > 1 ? 100 * KB : 500 * KB);
> }

-- 
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/20170608/bc4e96ac/attachment.html>


More information about the webkit-unassigned mailing list