Bug 22401 - AffineTransform::mapRect is unimplemented in the wx port
Summary: AffineTransform::mapRect is unimplemented in the wx port
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: 2008-11-21 06:49 PST by Kevin Watters
Modified: 2008-11-21 18:28 PST (History)
0 users

See Also:


Attachments
implements the two AffineTransform::mapRect overloads (1.61 KB, patch)
2008-11-21 06:51 PST, 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 2008-11-21 06:49:30 PST
In the wx port, AffineTransform::mapRect is unimplemented.
Comment 1 Kevin Watters 2008-11-21 06:51:05 PST
Created attachment 25351 [details]
implements the two AffineTransform::mapRect overloads

Implments the USE(WXGC) paths for both the IntRect and FloatRect overloads of AffineTransform.
Comment 2 Kevin Ollivier 2008-11-21 18:28:03 PST
Landed in r38684, thanks!