WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25248
Painting images does unnecessary wxGraphicsBitmap conversions
https://bugs.webkit.org/show_bug.cgi?id=25248
Summary
Painting images does unnecessary wxGraphicsBitmap conversions
Kevin Watters
Reported
2009-04-16 15:33:00 PDT
wx has a newer wxGraphicsBitmap class that is closer to the format ultimately blitted to screen by wxGraphicsContext. ImageSourceWx.cpp should be returning wxGraphicsBitmap objects from frameAtIndex for better performance.
Attachments
return wxGraphicsBitmap instead of wxBitmap from frameAtIndex() for performance
(6.48 KB, patch)
2009-04-16 15:35 PDT
,
Kevin Watters
kevino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kevin Watters
Comment 1
2009-04-16 15:35:14 PDT
Created
attachment 29557
[details]
return wxGraphicsBitmap instead of wxBitmap from frameAtIndex() for performance
Kevin Ollivier
Comment 2
2009-04-17 07:50:14 PDT
Landed in
r42601
, thanks!
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