From 8d1466474063bbdcf2b70fa9cdea48ceacf2e9f4 Mon Sep 17 00:00:00 2001 From: chromium-autoroll Date: Thu, 28 Oct 2021 19:17:40 +0000 Subject: [PATCH] Roll WebRTC from e5e78c4521b3 to d891c4940a2a (3 revisions) https://webrtc.googlesource.com/src.git/+log/e5e78c4521b3..d891c4940a2a 2021-10-28 lndmrk@webrtc.org Configure generic temporal layer in VP8 screenshare 2021-10-28 alessiob@webrtc.org BiQuadFilter: API improvements 2021-10-28 daniel.l@hpcnt.com Fix -Wunused-but-set-variable in sdk/objc. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/issues/entry To file a bug in Chromium: https://bugs.chromium.org/p/chromium/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: webrtc-chromium-sheriffs-robots@google.com Change-Id: I2a7115d6841334d6a442d2d3c5a81a1d957a7142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3251840 Commit-Queue: chromium-autoroll Bot-Commit: chromium-autoroll Cr-Commit-Position: refs/heads/main@{#936028} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0e0153e6f34c3a..a29eb8efc36dda 100644 --- a/DEPS +++ b/DEPS @@ -1637,7 +1637,7 @@ deps = { Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '7c6749771b96d008cbc9877c618bf9f9a7f127da', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'e5e78c4521b3fc250d02a3ec6209b77c30245773', + Var('webrtc_git') + '/src.git' + '@' + 'd891c4940a2a9e3cf1a644b0e73acf311f8ebc05', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),