Bug 54477 - Stop using deprecated API to flip the dragImage
Summary: Stop using deprecated API to flip the dragImage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-02-15 10:35 PST by Enrica Casucci
Modified: 2011-02-15 10:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.68 KB, patch)
2011-02-15 10:40 PST, Enrica Casucci
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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