[Webkit-unassigned] [Bug 86504] [Chromium] Expose WebView to graphics context creation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 12:47:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86504





--- Comment #8 from Sean Hunt <scshunt at csclub.uwaterloo.ca>  2012-05-15 12:47:03 PST ---
The idea is to create a way for one browser view to interface with another as a plugin. However, when graphics contexts are requested by a plugin, that request must be redirected through the plugin's communications API so that the host process can actually be the one to allocate the graphics context.

The WebView here is not to be associated with the created graphics context, but contains the necessary state to decide the method by which the context should be allocated---either directly, or through the plugin API.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list