commit | 3cd59abeb040679f9e1f27567a84fc8289f28590 | [log] [tgz] |
---|---|---|
author | Johannes Kron <kron@chromium.org> | Mon Mar 01 17:59:11 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 01 17:59:11 2021 |
tree | 5f3ae515b392ab221758378b3d926e5251c02548 | |
parent | 4b9b39fbc3d894ca4eb1a7e2008dd8d88e829403 [diff] |
Remove clock compensation between Chromium and WebRTC The clocks in Chromium and WebRTC have previously been different, which has been handled by a static offset compensation each time a timestamp is transferred from WebRTC to Chromium. As of this WebRTC commit: https://webrtc.googlesource.com/src/+/bb52bdf09516ca548c4aff50526eda561f239bc0 the WebRTC clock is overriden whenever WebRTC is built in chromium. Due to this, the clock compensation can be removed. Bug: 516700 Change-Id: I3e0a73095dcdd8b0bc8882086303d1197165c0fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2720181 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Commit-Queue: Johannes Kron <kron@chromium.org> Cr-Commit-Position: refs/heads/master@{#858599}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.