Roll ANGLE from 938ee1e80fc8 to 430a4f559cbc (1 revision)

https://chromium.googlesource.com/angle/angle.git/+log/938ee1e80fc8..430a4f559cbc

2023-07-23 geofflang@chromium.org Fix read size validation for RGBX formats.

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 angle-team+autoroll@google.com,lokokung@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: lokokung@google.com
Change-Id: Ie30ffc4dfadf8a4240e7aae9323a80eb9138fbdf
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/142620
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
diff --git a/DEPS b/DEPS
index 352f2fa..9757cad 100644
--- a/DEPS
+++ b/DEPS
@@ -148,7 +148,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@938ee1e80fc8c56a5c0915f2d4659e2729381c8c',
+    'url': '{chromium_git}/angle/angle@430a4f559cbc2bcd5d026e8b36ee46ddd80e9651',
     'condition': 'dawn_standalone',
   },