From 680f513bda0bdb3e843d68f2b0b6a348c2fb83c7 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sun, 8 May 2022 02:11:42 +0000 Subject: [PATCH] Roll ANGLE from 225d8f83af71 to e316203a6a2f (1 revision) https://chromium.googlesource.com/angle/angle.git/+log/225d8f83af71..e316203a6a2f 2022-05-08 zzyiwei@chromium.org Vulkan: add forceContinuousRefreshOnSharedPresent feature 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 amaiorano@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: amaiorano@google.com Change-Id: I1c018959f6c8193277c83447e9b35d5f30486a68 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89321 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 253057cf7c..fab4b99073 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@225d8f83af717be48841e86d01e40d3ac555266b', + 'url': '{chromium_git}/angle/angle@e316203a6a2f07b865fe6808d4fc8528cf0199fa', 'condition': 'dawn_standalone', },