Roll ANGLE from 9ea3967d3e8b to a2fe4445dce5 (1 revision)

https://chromium.googlesource.com/angle/angle.git/+log/9ea3967d3e8b..a2fe4445dce5

2022-05-29 syoussefi@chromium.org Vulkan: Sync pipeline cache only when truly changed

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 bclayton@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: bclayton@google.com
Change-Id: Ie681ccd8b6d5b7ff60cc7c924aadb41cef9ac4e2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91900
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index c0d4400..0fb82ce 100644
--- a/DEPS
+++ b/DEPS
@@ -129,7 +129,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@9ea3967d3e8b97b7d70d193560ef388d953421ce',
+    'url': '{chromium_git}/angle/angle@a2fe4445dce56d79ef06e4bc8f3f70e3c20e8bea',
     'condition': 'dawn_standalone',
   },