Bug 24229

Summary: ImageQt uses SourceOver composition mode unnecessarily
Product: WebKit Reporter: Adam Treat <manyoso>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
Don't use SourceOver unnecessarily eric: review+

Description Adam Treat 2009-02-27 09:35:40 PST
Hi,

If an image does not have an alpha channel there is no reason to use SourceOver composition mode.
Comment 1 Adam Treat 2009-02-27 09:36:16 PST
Created attachment 28076 [details]
Don't use SourceOver unnecessarily
Comment 2 Eric Seidel (no email) 2009-02-27 10:12:06 PST
Comment on attachment 28076 [details]
Don't use SourceOver unnecessarily

Looks good.  Also could probably be made x-platform.
Comment 3 Adam Treat 2009-02-27 12:47:20 PST
Fixed with r41296.