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 cb574ec..d48c2fc 100644 --- a/content/browser/gpu/gpu_data_manager_impl_private.cc +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc @@ -665,6 +665,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 498d867..ae2b4a0 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.12", + "version": "6.11", "entries": [ { "id": 1, @@ -1134,17 +1134,6 @@ LONG_STRING_CONST( "features": [ "accelerated_video_decode" ] - }, - { - "id": 79, - "description": "Texture sharing should be disabled on all Windows machines", - "cr_bugs": [304369], - "os": { - "type": "win" - }, - "features": [ - "texture_sharing" - ] } ] } |