Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc

Issue 2672583002: Remove VoEVideoSync interface. (Closed)
Patch Set: better thread checking Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
index 381893f788972ea444298ce0958f29685bec12be..0e584a2fe84ceb6294126cf98b1549596be2c229 100644
--- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
+++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
@@ -23,7 +23,6 @@ BeforeInitializationFixture::BeforeInitializationFixture()
voe_apm_ = webrtc::VoEAudioProcessing::GetInterface(voice_engine_);
voe_network_ = webrtc::VoENetwork::GetInterface(voice_engine_);
voe_file_ = webrtc::VoEFile::GetInterface(voice_engine_);
- voe_vsync_ = webrtc::VoEVideoSync::GetInterface(voice_engine_);
voe_hardware_ = webrtc::VoEHardware::GetInterface(voice_engine_);
voe_xmedia_ = webrtc::VoEExternalMedia::GetInterface(voice_engine_);
voe_neteq_stats_ = webrtc::VoENetEqStats::GetInterface(voice_engine_);
@@ -37,7 +36,6 @@ BeforeInitializationFixture::~BeforeInitializationFixture() {
voe_apm_->Release();
voe_network_->Release();
voe_file_->Release();
- voe_vsync_->Release();
voe_hardware_->Release();
voe_xmedia_->Release();
voe_neteq_stats_->Release();

Powered by Google App Engine
This is Rietveld 408576698