From 9a68ad594f256d303cad9a4a52cc9beb806848d3 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sun, 23 Jan 2022 02:47:12 +0000 Subject: [PATCH] Roll ANGLE from ca3b28b4b172 to 0f00fbae2cda (1 revision) https://chromium.googlesource.com/angle/angle.git/+log/ca3b28b4b172..0f00fbae2cda 2022-01-22 syoussefi@chromium.org Translator: Make vec/matrix size getters unsigned 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 sarahmashay@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: sarahmashay@google.com Change-Id: Ib04b2a4584be4460db1d54508365a3c6e2f6e66f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/77860 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1c7c13e61b..0e22102721 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ca3b28b4b1724f1959dfdd71030f92d453f3f0fb', + 'url': '{chromium_git}/angle/angle@0f00fbae2cdaf0813816bda44ac10d37ccba7a4b', 'condition': 'dawn_standalone', },