Bug 29104 - wx port lacks IntSize <-> wxSize implicit conversion
Summary: wx port lacks IntSize <-> wxSize implicit conversion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 14:22 PDT by Kevin Watters
Modified: 2009-09-09 15:51 PDT (History)
1 user (show)

See Also:


Attachments
adds implicit constructor and operator() for IntSize<->wxSize (3.07 KB, patch)
2009-09-09 14:23 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-09-09 14:22:12 PDT
To match IntRect and WebCore::String, IntSize should be implicitly convertible to and from wxSize.
Comment 1 Kevin Watters 2009-09-09 14:23:46 PDT
Created attachment 39300 [details]
adds implicit constructor and operator() for IntSize<->wxSize
Comment 2 Kevin Ollivier 2009-09-09 15:51:21 PDT
Landed in r48232, thanks!