Roll ANGLE from 9905dabed39d to a7dc51f2465f (1 revision)

https://chromium.googlesource.com/angle/angle.git/+log/9905dabed39d..a7dc51f2465f

2022-10-01 chris@rive.app Add a framebuffer fetch implementation of PLS

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 amaiorano@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: amaiorano@google.com
Change-Id: Id2c0ec76e696314de1f008cf0df15957a7c5c333
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104383
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 8897b22..b638da0 100644
--- a/DEPS
+++ b/DEPS
@@ -129,7 +129,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@9905dabed39de763d1a080bf6e5781b229d78bf8',
+    'url': '{chromium_git}/angle/angle@a7dc51f2465fb1d43f37ac402757371e5284615e',
     'condition': 'dawn_standalone',
   },