diff options
author | vangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 22:34:22 +0000 |
---|---|---|
committer | vangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 22:34:22 +0000 |
commit | 591766b91bc6482d9a7d5505cb848f6ff972b86b (patch) | |
tree | 8d0832c76612efe33bd2e2e17df870664a272a6d /chrome/renderer/webgraphicscontext3d_command_buffer_impl.h | |
parent | 8f1f425108ab4325eebe4cd2a899a2b89f36d872 (diff) | |
download | chromium_src-591766b91bc6482d9a7d5505cb848f6ff972b86b.zip chromium_src-591766b91bc6482d9a7d5505cb848f6ff972b86b.tar.gz chromium_src-591766b91bc6482d9a7d5505cb848f6ff972b86b.tar.bz2 |
Parent the GL context used by WebGL to the GL context attached to the WebView (and used by the compositor) if
gpu compositing is enabled.
BUG=47870
TEST=none
Review URL: http://codereview.chromium.org/2838031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webgraphicscontext3d_command_buffer_impl.h')
-rw-r--r-- | chrome/renderer/webgraphicscontext3d_command_buffer_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h index 8c7f7b2..d1a7d2c 100644 --- a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h +++ b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h @@ -39,9 +39,6 @@ class WebGraphicsContext3DCommandBufferImpl //---------------------------------------------------------------------- // WebGraphicsContext3D methods - // TODO(vangelis): Remove this version of initialize() once the changes - // to WebGraphicsContext3D have been checked in upstream. - virtual bool initialize(WebGraphicsContext3D::Attributes attributes); virtual bool initialize(WebGraphicsContext3D::Attributes attributes, WebKit::WebView*); |