From 5fbfd4f64d62f71e4b6ee97487ba46e4bda5c81e Mon Sep 17 00:00:00 2001
From: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Date: Wed, 1 Mar 2023 15:58:31 +0000
Subject: [PATCH] Roll ANGLE from 190a321440f1 to eb0475c05425 (3 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/190a321440f1..eb0475c05425

2023-03-01 i.nazarov@samsung.com Vulkan: Cleanup RendererVk::allocateQueueSerialIndex method.
2023-03-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from dc2706bd2987 to 03859909b0fa (653 revisions)
2023-03-01 lexa.knyazev@gmail.com Add extension stubs

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,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: Ibe8d6a359163efaee5c274f7101c6e0ddbe45b11
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122180
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>
---
 DEPS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEPS b/DEPS
index 5ac31d8a2a..49712702ed 100644
--- a/DEPS
+++ b/DEPS
@@ -132,7 +132,7 @@ deps = {
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@190a321440f1ace7130f1370de9ebbbfcb2a7143',
+    'url': '{chromium_git}/angle/angle@eb0475c05425d94a4516b708c1c9075e3bc423a7',
     'condition': 'dawn_standalone',
   },