Roll ANGLE from a8146c5d0bba to 0cde45b7cbcc (9 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/a8146c5d0bba..0cde45b7cbcc

2023-01-28 geofflang@google.com Metal: Lazily grab the shader lib for provoking vertex helper
2023-01-28 kkinnunen@apple.com Include stdint.h instead of cstdint in platform.h
2023-01-28 kkinnunen@apple.com Metal: Avoid leaking buffers for GPU access for non-discrete
2023-01-27 cnorthrop@google.com Tests: Add LIMBO trace
2023-01-27 srisser@google.com Implement GL_ARM_shader_framebuffer_fetch
2023-01-27 mark@lunarg.com Tests: Add Goddess Of Victory: Nikke trace
2023-01-27 cclao@google.com Vulkan: Make RendererVk only have one CommandQueue object
2023-01-27 romanl@google.com Add binding to DescriptorInfoDesc.
2023-01-27 cnorthrop@google.com FrameCapture: Update shader capture for CRLF

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 enga@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: enga@google.com
Change-Id: I01365ea2fc5f118fc039d7dec194741be2a39037
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117942
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 d27a47e..62bf747 100644
--- a/DEPS
+++ b/DEPS
@@ -132,7 +132,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@a8146c5d0bba1264257da8b8fca5999db6f752ec',
+    'url': '{chromium_git}/angle/angle@0cde45b7cbcc4fb271d3b0c0b8bf5848efc23b17',
     'condition': 'dawn_standalone',
   },