[Webkit-unassigned] [Bug 59043] New: wx port should implement BitmapImage::checkForSolidColor()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 17:03:10 PDT 2011


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

           Summary: wx port should implement
                    BitmapImage::checkForSolidColor()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com


The implementation of the above function is

void BitmapImage::checkForSolidColor()
{
    m_checkedForSolidColor = true;
}

This should be correctly implemented so it sets m_isSolidColor to true when you have 1x1 image with 1 frame so it can make use os optimization in Image.cpp that does a color fill when you're drawing a 1x1 image.

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