Bug 31855
Summary: | Use a single CARenderOGLContext and Direct3DDevice9 for all WKCACFLayerRenderers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
Component: | Layout and Rendering | Assignee: | Chris Marrin <cmarrin> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, simon.fraser |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Bug Depends on: | 53251 | ||
Bug Blocks: |
Chris Marrin
This is very inefficient. A single object for each of these can be shared across all WebViews that have compositing. They also need to be destroyed when there are no longer any WebViews which need a compositor.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/7986892>
Adam Roben (:aroben)
Fixed by the fix for bug 53251.