[Webkit-unassigned] [Bug 86915] New: BitmapImage::BitmapImage(CGImageRef, ImageObserver*) needs to set m_sizeRespectingOrientation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 15:52:20 PDT 2012


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

           Summary: BitmapImage::BitmapImage(CGImageRef, ImageObserver*)
                    needs to set m_sizeRespectingOrientation
           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: timothy_horton at apple.com


The above constructor sets m_haveSize field of BitmapImage to true, but it fails to set m_sizeRespectingOrientation. Code that uses that constructor will fail to load image (because image size is 0x0) when shouldRespectImageOrientation is enabled.

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