Bug 54477

Summary: Stop using deprecated API to flip the dragImage
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: WebKit2Assignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, mitz, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
Patch darin: review+

Description Enrica Casucci 2011-02-15 10:35:06 PST
The current implementation still uses setFlipped:YES to handle NSImages created with a flipped GraphicsContext.
Need to replace it with drawInRect:fromRect:operation:fraction:respectFlipped:hints.
Comment 1 Enrica Casucci 2011-02-15 10:40:55 PST
Created attachment 82484 [details]
Patch
Comment 2 Enrica Casucci 2011-02-15 10:57:48 PST
http://trac.webkit.org/changeset/78589