Bug 73461 - fix raw bitmap access bug
Summary: fix raw bitmap access bug
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: 2011-11-30 10:06 PST by Robin Dunn
Modified: 2011-11-30 11:25 PST (History)
1 user (show)

See Also:


Attachments
raw bitmap access patch (2.10 KB, patch)
2011-11-30 10:06 PST, 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 2011-11-30 10:06:55 PST
Created attachment 117208 [details]
raw bitmap access patch

Add a scope for the raw bitmap access so that wx will not make a copy when creating the wxMemoryDC.
Comment 1 Kevin Ollivier 2011-11-30 11:25:49 PST
Landed in r101535, thanks!