Restrict the 1-argument ArrayView constructor to types with .size() and .data() Before this change, the argument still needed those methods, but not having them resulted in a compilation error. Now, it results in this constructor being removed from the overload set. This currently makes no difference, but I'm about to publish a CL that breaks without this. Review-Url: https://codereview.webrtc.org/2312473002 Cr-Commit-Position: refs/heads/master@{#14068}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.