[Webkit-unassigned] [Bug 94241] New: Frame bytes should be determined by platform image decoder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 12:55:38 PDT 2012


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

           Summary: Frame bytes should be determined by platform image
                    decoder
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hclam at google.com
                CC: simon.fraser at apple.com, skyul at company100.net,
                    jamesr at chromium.org, vangelis at chromium.org,
                    luxtella at company100.net, nduca at chromium.org,
                    nick at chromium.org


BitmapImage assumes the cached size is always width * height * 4. For platforms that implement deferred image decoding or have platform image backed by a texture would use no system memory. For these cases it is best to query the platform image decoder to determine the frame size such that these frames are not managed by WebKit's memory cached.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list