Roll ANGLE from 786d237f39f1 to ce8ce6f81eff (4 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/786d237f39f1..ce8ce6f81eff

2023-01-31 kkinnunen@apple.com Remove ASSERT from AtomicSerial, use static_assert
2023-01-31 olv@google.com Vulkan: prefer D24_UNORM_X8_UINT as D32_UNORM fallback
2023-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from be674ea25e15 to 30323acb3089 (14 revisions)
2023-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from aae98adc2222 to d25c7a174ad7 (3 revisions)

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

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

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
Tbr: alanbaker@google.com
Change-Id: I5e1c1b8efb848daf377eb97d8cccb2d5b01ec1ef
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118120
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index eb29138..4fe4f19 100644
--- a/DEPS
+++ b/DEPS
@@ -132,7 +132,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@786d237f39f1ea0d85781c039d4218fcd2679156',
+    'url': '{chromium_git}/angle/angle@ce8ce6f81eff8a84e2ea59930cb995b1107181e2',
     'condition': 'dawn_standalone',
   },