Bug 98582

Summary: [Qt] Make ImageBufferQt use premultiplied converting functions in Color.h instead of its own mechanism.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, hausmann, kenneth, noam, ossy, webkit.review.bot, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Dongseong Hwang 2012-10-05 20:23:31 PDT
Only Qt port failed canvas/philip/tests/2d.imageData.put.unchanged.html. This bug will fix it.
Comment 1 Dongseong Hwang 2012-10-05 20:52:52 PDT
Created attachment 167438 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-10-08 11:48:18 PDT
Comment on attachment 167438 [details]
Patch

SGTM.
Comment 3 WebKit Review Bot 2012-10-08 12:14:48 PDT
Comment on attachment 167438 [details]
Patch

Clearing flags on attachment: 167438

Committed r130672: <http://trac.webkit.org/changeset/130672>
Comment 4 WebKit Review Bot 2012-10-08 12:14:52 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Dongseong Hwang 2012-10-08 14:31:25 PDT
(In reply to comment #2)
> (From update of attachment 167438 [details])
> SGTM.

Thanks. :)
Comment 6 Simon Hausmann 2012-10-09 00:14:10 PDT
(In reply to comment #5)
> (In reply to comment #2)
> > (From update of attachment 167438 [details] [details])
> > SGTM.
> 
> Thanks. :)

Thank you! Good catch! :)