[Webkit-unassigned] [Bug 174337] New: Bitmap should try to match asynchronously decoded frames for synchronous drawing if possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 10 17:05:38 PDT 2017


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

            Bug ID: 174337
           Summary: Bitmap should try to match asynchronously decoded
                    frames for synchronous drawing if possible
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

Currently we assume if an image has been drawn asynchronously, it will never been drawn synchronously after that. The conditions, which controls synchronous versus asynchronous drawing, rely on the settings and the image size. These condition will include soon other things which change at runtime like, for example, an image will be drawn asynchronously only for the first time a tile is painted. But after that the image will be drawn synchronously. So we need to be more efficient and try to use the already decoded frames instead of decoding new ones unnecessarily.

-- 
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/20170711/61422113/attachment.html>


More information about the webkit-unassigned mailing list