From: uazo Date: Mon, 1 May 2023 12:07:49 +0000 Subject: Disable WebGPU --- gpu/config/gpu_finch_features.cc | 2 +- .../blink/renderer/platform/runtime_enabled_features.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpu/config/gpu_finch_features.cc b/gpu/config/gpu_finch_features.cc --- a/gpu/config/gpu_finch_features.cc +++ b/gpu/config/gpu_finch_features.cc @@ -273,7 +273,7 @@ BASE_FEATURE(kEnableDrDcVulkan, // Enable WebGPU on gpu service side only. This is used with origin trial and // enabled by default on supported platforms. #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) -#define WEBGPU_ENABLED base::FEATURE_ENABLED_BY_DEFAULT +#define WEBGPU_ENABLED base::FEATURE_DISABLED_BY_DEFAULT #else #define WEBGPU_ENABLED base::FEATURE_DISABLED_BY_DEFAULT #endif diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5 --- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 @@ -3973,7 +3973,7 @@ // Note that this isn't enough to enable WebGPU and that access to // WebGPU is further gated on the "WebGPUService" feature exposing GPU // process access to WebGPU to the renderer process. - status: "stable", + status: "test", }, { // WebGPU developer features are deliberately not enabled by experimental -- 2.25.1