Bug 25248 - Painting images does unnecessary wxGraphicsBitmap conversions
Summary: Painting images does unnecessary wxGraphicsBitmap conversions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 15:33 PDT by Kevin Watters
Modified: 2009-04-17 07:50 PDT (History)
0 users

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 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.
Comment 1 Kevin Watters 2009-04-16 15:35:14 PDT
Created attachment 29557 [details]
return wxGraphicsBitmap instead of wxBitmap from frameAtIndex() for performance
Comment 2 Kevin Ollivier 2009-04-17 07:50:14 PDT
Landed in r42601, thanks!