Bug 66961 - Allow LayerRendererChromium to create GraphicsContext3Ds without calling back through WebView
Summary: Allow LayerRendererChromium to create GraphicsContext3Ds without calling back...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 66807
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-25 10:54 PDT by Nat Duca
Modified: 2012-01-10 15:46 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.