[Webkit-unassigned] [Bug 180172] New: Rename ImageFrameCache to ImageSource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 29 15:54:07 PST 2017


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

            Bug ID: 180172
           Summary: Rename ImageFrameCache to ImageSource
           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

This is a followup patch for https://bugs.webkit.org/show_bug.cgi?id=175595. ImageSource is the intended name after merging ImageFrameCache and ImageSource. After this patch the hierarchy will be the following:

CachedImage has a pointer to Image which can be a BitmapImage
BitmapImage has a pointer to ImageSource
ImageSource has a pointer to ImageDecoder and a Vector<ImageFrame>

-- 
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/20171129/77456a0a/attachment.html>


More information about the webkit-unassigned mailing list