Bug 86304 - Fix backing bitmap creation under wxMSW.
Summary: Fix backing bitmap creation under wxMSW.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-12 14:17 PDT by Robin Dunn
Modified: 2012-05-12 18:43 PDT (History)
1 user (show)

See Also:


Attachments
really upload the patch file... (1.71 KB, patch)
2012-05-12 16:10 PDT, Robin Dunn
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 Robin Dunn 2012-05-12 14:17:26 PDT
Explicitly use a bimap with a depth of 32 bits.
Comment 1 Robin Dunn 2012-05-12 16:10:03 PDT
Created attachment 141587 [details]
really upload the patch file...
Comment 2 Kevin Ollivier 2012-05-12 18:43:37 PDT
Landed in r116862, thanks!