Commit 953678c5 authored by Rafael Cintron's avatar Rafael Cintron Committed by Commit Bot

Add WebGPU to about:flags on Windows

Now that all of the work on the Chromium and Dawn side to support
Windows has been complete, we need to add WebGPU to about:flags
on Windows.

Bug: 966580
Change-Id: I41d9f892be0d849c5ece1d5569f98344a7a92a1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873383Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#708405}
parent d4df4480
......@@ -4193,7 +4193,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(
autofill::features::kAutofillDoNotMigrateUnsupportedLocalCards)},
{"enable-unsafe-webgpu", flag_descriptions::kUnsafeWebGPUName,
flag_descriptions::kUnsafeWebGPUDescription, kOsMac,
flag_descriptions::kUnsafeWebGPUDescription, kOsMac | kOsWin,
SINGLE_VALUE_TYPE(switches::kEnableUnsafeWebGPU)},
#if defined(OS_ANDROID)
......
......@@ -14,5 +14,5 @@ declare_args() {
# Should Dawn support be compiled to back the WebGPU implementation.
# Also controls linking Dawn depedencies in such as SPIRV-Tools and
# SPIRV-Cross
use_dawn = is_mac
use_dawn = is_mac || is_win
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment