[Webkit-unassigned] [Bug 98607] New: Reduce calls to CGImageSourceCopyPropertiesAtIndex from frameSizeAtIndex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 6 16:01:24 PDT 2012


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

           Summary: Reduce calls to CGImageSourceCopyPropertiesAtIndex
                    from frameSizeAtIndex
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: koivisto at iki.fi, timothy_horton at apple.com


ImageSource::orientationAtIndex() always calls CGImageSourceCopyPropertiesAtIndex. However in cases where the call is made from frameSizeAtIndex() we already have image properties. We can refactor the code to avoid a second call to this function under frameSizeAtIndex()

-- 
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