commit | 6fcf6ca71088691913042998db1816e51b9e08c2 | [log] [tgz] |
---|---|---|
author | Danail Kirov <dkirovbroadsoft@gmail.com> | Thu Oct 25 17:45:47 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 29 10:21:24 2018 |
tree | 42ae168be0ac9892a27b6ef6307433c9ea5fedf7 | |
parent | 2c16cc61c20f895151c5f5dcc07b622bd900931c [diff] |
Modified PressEnterToContinue() to actualy check if Enter is pressed Modified PressEnterToContinue() to run the Windows message loop in the context of the SingleThreadedTaskQueueForTesting thread. The previous PressEnterToContinue() was running the message loop in the context of the main thread, but the "Local Preview" and "Loopback Video #0" are created in the context of the SingleThreadedTaskQueueForTesting thread and the message loop must be executed in the context of the thread that created these windows in order for these windows to respond to any event. BUG=webrtc:9123 Change-Id: I2ec19f2569a940a510d3b2bd3881a89032d70332 Reviewed-on: https://webrtc-review.googlesource.com/c/67520 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25408}
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.