Roll WebRTC from c0c49a686aca to 798b6c2a59ae (1 revision)

https://webrtc.googlesource.com/src.git/+log/c0c49a686aca..798b6c2a59ae

2023-01-09 mbonadei@webrtc.org Fix usage of absl::c_accumulate.

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: I034d5e02e392f73b199fd2c417d5d29feaac56ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4144028
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1090258}
diff --git a/DEPS b/DEPS
index 5de34ad..6ad07962 100644
--- a/DEPS
+++ b/DEPS
@@ -1829,7 +1829,7 @@
     Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'e8109c7cac5b96ca739f484ea11579ca902db13d',
 
   'src/third_party/webrtc':
-    Var('webrtc_git') + '/src.git' + '@' + 'c0c49a686acab4ba521f3f6ac350f9c2a2c12908',
+    Var('webrtc_git') + '/src.git' + '@' + '798b6c2a59aeb81cc4c0ad75e4b2d3629e795f6b',
 
   # Wuffs' canonical repository is at github.com/google/wuffs, but we use
   # Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.