[chromium] Remove WebView's sharedGraphicsContext3D method.
Created attachment 191605 [details] Patch
This depends on https://codereview.chromium.org/12506003/ on the chromium side which needs to land still. But once it does, we can remove this method.
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment on attachment 191605 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=191605&action=review > Source/WebKit/chromium/public/WebView.h:-469 > // GPU acceleration support -------------------------------------------- > > - // Context that's in the compositor's share group, but is not the compositor context itself. > - // Can be used for allocating resources that the compositor will later access. > - virtual WebGraphicsContext3D* sharedGraphicsContext3D() = 0; > - You can delete the "GPU acceleration support" comment too since nothing below here has to do with GPU stuff, really
Created attachment 191607 [details] Patch Thanks! Done.
Comment on attachment 191607 [details] Patch Clearing flags on attachment: 191607 Committed r145091: <http://trac.webkit.org/changeset/145091>
All reviewed patches have been landed. Closing bug.