diff options
-rw-r--r-- | content/browser/gpu/gpu_data_manager_impl_private.cc | 1 | ||||
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 13 |
2 files changed, 2 insertions, 12 deletions
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc index ab8029c..ceef233 100644 --- a/content/browser/gpu/gpu_data_manager_impl_private.cc +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc @@ -685,6 +685,7 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine( } if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_TEXTURE_SHARING)) { command_line->AppendSwitch(switches::kDisableImageTransportSurface); + reduce_sandbox = true; } if (gpu_driver_bugs_.find(gpu::DISABLE_D3D11) != gpu_driver_bugs_.end()) command_line->AppendSwitch(switches::kDisableD3D11); diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index edc6d38..19a05ac 100644 --- a/gpu/config/software_rendering_list_json.cc +++ b/gpu/config/software_rendering_list_json.cc @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( { "name": "software rendering list", // Please update the version number whenever you change this file. - "version": "6.13", + "version": "6.12", "entries": [ { "id": 1, @@ -1154,17 +1154,6 @@ LONG_STRING_CONST( "flash_stage3d", "force_compositing_mode" ] - }, - { - "id": 80, - "description": "Texture sharing should be disabled on all Windows machines", - "cr_bugs": [304369], - "os": { - "type": "win" - }, - "features": [ - "texture_sharing" - ] } ] } |