Bug 24915 - Always use wxGraphicsContext on Mac
Summary: Always use wxGraphicsContext on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Wx
Depends on:
Blocks:
 
Reported: 2009-03-28 13:34 PDT by Kevin Ollivier
Modified: 2009-03-29 17:14 PDT (History)
1 user (show)

See Also:


Attachments
Always define wxgc on Mac (1.56 KB, patch)
2009-03-28 13:35 PDT, Kevin Ollivier
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Ollivier 2009-03-28 13:34:52 PDT
This will resolve issues with certain objects, like Path objects, not being defined in the build bot and getting warnings because of it.
Comment 1 Kevin Ollivier 2009-03-28 13:35:33 PDT
Created attachment 29040 [details]
Always define wxgc on Mac
Comment 2 Eric Seidel (no email) 2009-03-28 17:17:39 PDT
Comment on attachment 29040 [details]
Always define wxgc on Mac

Looks OK.
Comment 3 Kevin Ollivier 2009-03-29 17:14:24 PDT
Landed in r42077, thanks!