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

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

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.h
diff --git a/webrtc/modules/audio_device/audio_device_impl.h b/webrtc/modules/audio_device/audio_device_impl.h
index c7312bf4b0a062bbd0152454df4ce9eb55236f64..d7c48abf1767ecb89ca2466c69986de1078f1b52 100644
--- a/webrtc/modules/audio_device/audio_device_impl.h
+++ b/webrtc/modules/audio_device/audio_device_impl.h
@@ -45,7 +45,7 @@
virtual ~AudioDeviceModuleImpl();
int64_t TimeUntilNextProcess() override;
- int32_t Process() override;
+ void Process() override;
// Factory methods (resource allocation/deallocation)
static AudioDeviceModule* Create(

Powered by Google App Engine
This is Rietveld 408576698