Roll ANGLE from 25f3eafcd317 to 208dfe286077 (9 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/25f3eafcd317..208dfe286077

2023-07-07 syoussefi@chromium.org Make glStencil* entry points lockless
2023-07-07 syoussefi@chromium.org Make glBlend* entry points lockless
2023-07-06 syoussefi@chromium.org Make various state setting entry points lockless
2023-07-06 syoussefi@chromium.org Make glEnable/Disable entry points lockless
2023-07-06 syoussefi@chromium.org Fix multi-draw's gl_DrawID in non-multi-draw draws
2023-07-06 syoussefi@chromium.org Vulkan: Optimize PBO download between RGBA and BGRA
2023-07-06 yuxinhu@google.com Update dEQP-GLES mustpass List
2023-07-06 syoussefi@chromium.org Make glColor/DepthMask entry points lockless
2023-07-06 syoussefi@chromium.org Revert "Cleanup multiview support"

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,kainino@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: kainino@google.com
Change-Id: Ic91d81da87fdde98f9fb2cc03aa2c87e3c105aa7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/140462
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 71e62ec..0314f8f 100644
--- a/DEPS
+++ b/DEPS
@@ -136,7 +136,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@25f3eafcd31743dfd9c6069456180f520c7e8756',
+    'url': '{chromium_git}/angle/angle@208dfe2860777506d7471f47568832a2fc74811b',
     'condition': 'dawn_standalone',
   },