NEW 59043
wx port should implement BitmapImage::checkForSolidColor()
https://bugs.webkit.org/show_bug.cgi?id=59043
Summary wx port should implement BitmapImage::checkForSolidColor()
Pratik Solanki
Reported 2011-04-20 17:03:10 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.