android: Hide the WebGraphicsContext3D in GLHelperHolder
The GLHelperHolder in RenderWidgetHostViewAndroid wants to use a command-buffer-aware context, which means it has to create a WebGraphicsContext3DImpl. However we can hide that behind the ContextProviderCommandBuffer API, to help us deprecate and delete the WebGraphicsContext3D class. We make a few cleanups to the class overall while we're touching it. R=sievers@chromium.org BUG=584497 Review URL: https://codereview.chromium.org/1805343005 Cr-Commit-Position: refs/heads/master@{#381639}
Showing
Please register or sign in to comment