Bug 66961
Summary: | Allow LayerRendererChromium to create GraphicsContext3Ds without calling back through WebView | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nat Duca <nduca> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | enne, jamesr, nduca |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 66807 | ||
Bug Blocks: |
Nat Duca
Two challenges here:
1. Old "parent context" code needs to be removed
2. GraphicsContext3D creation is not threadsafe
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nat Duca
Wrong approach.