Roll ANGLE from 53abcf15956b to 2bc9f1f42a4a (5 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/53abcf15956b..2bc9f1f42a4a

2022-10-26 syoussefi@chromium.org Lazily create threads in the thread pool
2022-10-26 romanl@google.com Exit on nullptr returned from decompress callback.
2022-10-26 srisser@google.com Avoid mExtensions for initializing
2022-10-26 romanl@google.com Wait for DestroyNotify and ConfigureNotify events.
2022-10-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ea3fc74f3d69 to 5634e136d794 (4 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 dsinclair@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: dsinclair@google.com
Change-Id: I29334c1f37cc170b68e4fb0ff792252ac6ebc21f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107221
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 0a6030f..6768ea9 100644
--- a/DEPS
+++ b/DEPS
@@ -132,7 +132,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@53abcf15956bd8d30051a96ec7e148edb7ba5739',
+    'url': '{chromium_git}/angle/angle@2bc9f1f42a4a8cbbbfd389b8e4bab905718ff4de',
     'condition': 'dawn_standalone',
   },