Commit 50435e6a authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc cfe75c12ee04..c33e4910c5db (2 commits)

https://webrtc.googlesource.com/src.git/+log/cfe75c12ee04..c33e4910c5db

git log cfe75c12ee04..c33e4910c5db --date=short --first-parent --format='%ad %ae %s'
2020-01-07 yvesg@webrtc.org Prevent 'use after free' by waiting for all queued tasks to be processed.
2020-01-07 qingsi@webrtc.org Provide a default async resolver factory if none injected to PeerConnection.

Created with:
  gclient setdep -r src/third_party/webrtc@c33e4910c5db

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 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/+/master/autoroll/README.md

Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I21d50847079a8fe6816aca901911aff2e90e6b81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988762Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#728825}
parent 599fcc5e
......@@ -1498,7 +1498,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '53655df4cde60b121fc530842ba9a6d5dfec1ae1',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'cfe75c12ee04d17e7898ebc0a8ad1051b6627e53',
Var('webrtc_git') + '/src.git' + '@' + 'c33e4910c5dba2ba51eb95789d885f3eeb7e3d70',
'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment