[Webkit-unassigned] [Bug 171410] New: Unify how BitmapImage handles the availability of a decoded for large and animated images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 27 17:56:27 PDT 2017


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

            Bug ID: 171410
           Summary: Unify how BitmapImage handles the availability of a
                    decoded for large and animated images
           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

-- Do the following renaming:

ImageObserver::animationAdvanced() => ImageObserver::imageFrameAvailable()
CachedImage::CachedImageObserver::animationAdvanced() => CachedImage::CachedImageObserver::imageFrameAvailable()
CachedImage::animationAdvanced() => CachedImage::imageFrameAvailable()
CachedImageClient::newImageAnimationFrameAvailable() => CachedImageClient::imageFrameAvailable()
RenderElement::newImageAnimationFrameAvailable() => RenderElement::imageFrameAvailable()

-- Make BitmapImage calls ImageObserver::imageFrameAvailable() whenever a  frame is available regardless it is for an animated or for a large image.

-- The purpose of this change is to make it easy, from now on, to handle finishing the async decoding more easily.

-- 
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/20170428/c0d1e27f/attachment-0001.html>


More information about the webkit-unassigned mailing list