[chromium] Expose the shared graphics context on WebView so callers can allocate resources on the main thread for the compositor to use
Created attachment 130951 [details] Patch
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Longer term I think that it's possible that this is the only context exposed on WebView, but for now I'm exposing both contexts so that the chromium and WebKit sides can land without #ifdefs to guard and so that we can figure out how to handle H/W accel video separately. Chromium side: https://chromiumcodereview.appspot.com/9657021
Comment on attachment 130951 [details] Patch lgtm
Comment on attachment 130951 [details] Patch OK. r=me
Committed r110325: <http://trac.webkit.org/changeset/110325>