WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug