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:    

Description Nat Duca 2011-08-25 10:54:14 PDT
Two challenges here:
1. Old "parent context" code needs to be removed
2. GraphicsContext3D creation is not threadsafe
Comment 1 Nat Duca 2012-01-10 15:46:59 PST
Wrong approach.