commit | e40186332e087dd20d4d1fbe11d7329b1fe64f5b | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Fri Nov 02 14:56:12 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 02 14:44:36 2018 +0000 |
tree | e2f572dceb820308c394c518dc1ef5b47942204d | |
parent | 2365936b876b757e0d1c67f02f2211041ddcffaa [diff] |
Change to RtcEvent::Copy Until this CL, RtcEvent::Copy() was a virtual function returning a std::unique_ptr<RtcEvent>, which was used only in unit tests. Whenever it was used, the exact sub-class was known, so returning as a std::unique_ptr<RtcEvent> lost information, but the additional flexibility of calling Copy on an unknown RtcEvent was never used. This CL changes the function to a non-virtual one. Bug: webrtc:8111 Change-Id: I30dbea5f4ec84c41282550aa77a855bfae9ffbd1 Reviewed-on: https://webrtc-review.googlesource.com/c/109140 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25487}
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.