diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-11 09:35:19 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-11 09:35:19 +0000 |
commit | 322099e0cdfb35bf2ce63108a29aa4c449aa34e2 (patch) | |
tree | b3448b1efb76694182f945a5c86aa5ea60eb834c /ppapi | |
parent | b88f76a122b139757229e01a090777e32512d7b5 (diff) | |
download | chromium_src-322099e0cdfb35bf2ce63108a29aa4c449aa34e2.zip chromium_src-322099e0cdfb35bf2ce63108a29aa4c449aa34e2.tar.gz chromium_src-322099e0cdfb35bf2ce63108a29aa4c449aa34e2.tar.bz2 |
Remove --enable-prune-gpu-command-buffers
This isn't set anywhere. Remove corresponding feature.
BUG=350489
Review URL: https://codereview.chromium.org/189143007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/shared_impl/ppb_graphics_3d_shared.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.cc b/ppapi/shared_impl/ppb_graphics_3d_shared.cc index 74076ba..b4e258b 100644 --- a/ppapi/shared_impl/ppb_graphics_3d_shared.cc +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.cc @@ -118,7 +118,6 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl( transfer_buffer_.reset(new gpu::TransferBuffer(gles2_helper_.get())); const bool bind_creates_resources = true; - const bool free_everything_when_invisible = false; // Create the object exposing the OpenGL API. gles2_impl_.reset(new gpu::gles2::GLES2Implementation( @@ -126,7 +125,6 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl( share_gles2 ? share_gles2->share_group() : NULL, transfer_buffer_.get(), bind_creates_resources, - free_everything_when_invisible, GetGpuControl())); if (!gles2_impl_->Initialize( |