Revert "Split EventWrapper in twain."
This reverts commit 9509fbfc301dd5412804ce5731afedc81480f2f8. This is to debug a Chromium issue that WebRTC hangs if there is > 1 PeerConnection active in the browser on Win XP. BUG= TBR=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/43019004 Cr-Commit-Position: refs/heads/master@{#8912}
This commit is contained in:
@ -109,14 +109,14 @@ class APITest : public ACMTest {
|
||||
bool _writeToFile;
|
||||
//--- Events
|
||||
// A
|
||||
EventTimerWrapper* _pullEventA; // pulling data from ACM
|
||||
EventTimerWrapper* _pushEventA; // pushing data to ACM
|
||||
EventTimerWrapper* _processEventA; // process
|
||||
EventWrapper* _pullEventA; // pulling data from ACM
|
||||
EventWrapper* _pushEventA; // pushing data to ACM
|
||||
EventWrapper* _processEventA; // process
|
||||
EventWrapper* _apiEventA; // API calls
|
||||
// B
|
||||
EventTimerWrapper* _pullEventB; // pulling data from ACM
|
||||
EventTimerWrapper* _pushEventB; // pushing data to ACM
|
||||
EventTimerWrapper* _processEventB; // process
|
||||
EventWrapper* _pullEventB; // pulling data from ACM
|
||||
EventWrapper* _pushEventB; // pushing data to ACM
|
||||
EventWrapper* _processEventB; // process
|
||||
EventWrapper* _apiEventB; // API calls
|
||||
|
||||
// keep track of the codec in either side.
|
||||
|
||||
Reference in New Issue
Block a user