commit | 5b86f0a24b9897c28d9c77493890b4946c307b86 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Nov 29 15:20:26 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 30 14:27:50 2017 +0000 |
tree | 67403f51098832a776266b6a36d671a0025f53da | |
parent | bba8e9eb854f68549ea8a690b56c03d89df10c67 [diff] |
Stop using ByteSize (deprecated) to get the size of a proto message. The method ByteSize has been deprecated [1], this CL switches to ByteSizeLong. [1] - https://cs.chromium.org/chromium/src/third_party/protobuf/src/google/protobuf/message_lite.h?l=252&rcl=ac47edd22c481fcfe119769d6b7abf365abea8fa Bug: None Change-Id: I1ba622df52f47719a5beda6d230cb603a0163d43 Reviewed-on: https://webrtc-review.googlesource.com/27021 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20952}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.