[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:55:02 PDT 2012


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





--- Comment #11 from James Robinson <jamesr at chromium.org>  2012-05-15 12:54:06 PST ---
The rules for contexts in WebKit are pretty simple:

1.) Onscreen contexts are associated with a WebView and created via that WebView's client.  They can only ever render to that WebView.

2.) Offscreen contexts are not associated with anything and are able to share resources with each other and with any or all onscreen contexts (including ones that don't exist yet when the offscreen context is created).

-- 
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