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

Unified Diff: webrtc/modules/audio_device/audio_device_impl.cc

Issue 1737013002: Reland of move ignored return code from modules. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/modules/audio_device/audio_device_impl.cc
diff --git a/webrtc/modules/audio_device/audio_device_impl.cc b/webrtc/modules/audio_device/audio_device_impl.cc
index a11c496289246ec25a90e722c5590a8d7fd1d576..6496f5efc43d800ee0f4da37e2c909a05000e9ab 100644
--- a/webrtc/modules/audio_device/audio_device_impl.cc
+++ b/webrtc/modules/audio_device/audio_device_impl.cc
@@ -427,7 +427,7 @@
// new reports exists.
// ----------------------------------------------------------------------------
-int32_t AudioDeviceModuleImpl::Process()
+void AudioDeviceModuleImpl::Process()
{
_lastProcessTime = TickTime::MillisecondTimestamp();
@@ -479,8 +479,6 @@
}
_ptrAudioDevice->ClearRecordingError();
}
-
- return 0;
}
// ============================================================================
« no previous file with comments | « webrtc/modules/audio_device/audio_device_impl.h ('k') | webrtc/modules/audio_device/include/fake_audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698