commit | ee5a309f12e4a3f96b8924d45e65ae01ef18d079 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Jan 19 14:42:45 2016 |
committer | Tommi <tommi@webrtc.org> | Tue Jan 19 14:42:58 2016 |
tree | 21d35bb6e1e238c3c4c4b1542e84a098ecedde34 | |
parent | dd45eb68018a621a81ffa6983519573496efe185 [diff] |
Make CriticalSectionWrapper non-virtual. There's no need for this class to have a vtable since there exists only a single implementation (per platform). It's also not good for performance. BUG= R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1601743004 . Cr-Commit-Position: refs/heads/master@{#11306}
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.