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

Unified Diff: content/renderer/media/webrtc_audio_device_not_impl.h

Issue 811553002: Roll WebRTC 7902:7905, Libjingle 7898:7905 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include updates from pkasting Created 6 years 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
« no previous file with comments | « DEPS ('k') | content/renderer/media/webrtc_audio_device_not_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_audio_device_not_impl.h
diff --git a/content/renderer/media/webrtc_audio_device_not_impl.h b/content/renderer/media/webrtc_audio_device_not_impl.h
index cf8961be8653f01af6c8befdd244a79883119348..12934f8ff02b68c23468a56fd6f3626e8e7e553f 100644
--- a/content/renderer/media/webrtc_audio_device_not_impl.h
+++ b/content/renderer/media/webrtc_audio_device_not_impl.h
@@ -29,7 +29,7 @@ class CONTENT_EXPORT WebRtcAudioDeviceNotImpl
// Only adding very basic support for now without triggering any callback
// in the webrtc::AudioDeviceObserver interface.
int32_t ChangeUniqueId(const int32_t id) override;
- int32_t TimeUntilNextProcess() override;
+ int64_t TimeUntilNextProcess() override;
int32_t Process() override;
// Methods in webrtc::AudioDeviceModule which are not yet implemented.
« no previous file with comments | « DEPS ('k') | content/renderer/media/webrtc_audio_device_not_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698