Manual roll Dawn from 447aee490e30 to fac99d48e5f5 (6 revisions)

Manual roll requested by robertphillips@google.com

https://dawn.googlesource.com/dawn.git/+log/447aee490e30..fac99d48e5f5

2026-06-03 bajones@chromium.org Add end2end test for multiple transient resolves
2026-06-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 63a38db09e7e to 1a7742a98d71 (16 revisions)
2026-06-03 kainino@chromium.org [dawn][common] Remove TypedInteger consteval overloads
2026-06-03 kainino@chromium.org [dawn][common] Require (d)checked_cast for unsafe TypedInteger
2026-06-03 kainino@chromium.org [dawn][common] Make checked_cast work for signed integers
2026-06-03 kainino@chromium.org [utils] Fix missing defines in src/utils

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dawn-skia-autoroll
Please CC cwallez@google.com,robertphillips@google.com,shrekshao@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-ASAN_Graphite_Dawn_Metal;skia/skia.primary:Test-Win11-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win11-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11
Bug: None
Tbr: shrekshao@google.com,robertphillips@google.com
Change-Id: I7fd20bfd15e9c8ecbf252ee01cce5e0b987116f5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1253320
Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index c74f008..a494343 100644
--- a/DEPS
+++ b/DEPS
@@ -39,7 +39,7 @@
   # Dawn requires jinja2 and markupsafe for the code generator, abseil for string formatting,
   # and a few other depencencies.
   # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
-  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@447aee490e300a42c9a50e8539c53fbbafeb4a0d",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@fac99d48e5f50e9130729a00b1b20aa849b5bade",
   "third_party/externals/abseil-cpp"             : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@d16e32215c3ab90ba57c2e904a5344d85c7353e4",
   "third_party/externals/jinja2"                 : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@c3027d884967773057bf74b957e3fea87e5df4d7",
   "third_party/externals/markupsafe"             : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@4256084ae14175d38a3ff7d739dca83ae49ccec6",
diff --git a/bazel/deps.json b/bazel/deps.json
index 6edf99f..747fb49 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
   "direct": [
     {
       "build_file": "//bazel/external/dawn:BUILD.bazel",
-      "commit": "447aee490e300a42c9a50e8539c53fbbafeb4a0d",
+      "commit": "fac99d48e5f50e9130729a00b1b20aa849b5bade",
       "name": "dawn",
       "remote": "https://dawn.googlesource.com/dawn.git"
     },
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index 3f5e433..f0ea032 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -174,7 +174,7 @@
 	},
 	"dawn.googlesource.com/dawn": {
 		Id:      "dawn.googlesource.com/dawn",
-		Version: "447aee490e300a42c9a50e8539c53fbbafeb4a0d",
+		Version: "fac99d48e5f50e9130729a00b1b20aa849b5bade",
 		Path:    "third_party/externals/dawn",
 	},
 	"infra/3pp/tools/ninja": {