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

Unified Diff: media/audio/clockless_audio_sink.cc

Issue 1809093003: Moving SwitchOutputDevice out of OutputDevice interface, eliminating OutputDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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
« no previous file with comments | « media/audio/clockless_audio_sink.h ('k') | media/audio/null_audio_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/clockless_audio_sink.cc
diff --git a/media/audio/clockless_audio_sink.cc b/media/audio/clockless_audio_sink.cc
index 33d6affb91b6cb8cdb8d953744a5b957ef88ac51..ede067cd2802df0f89d94709fa903ed2afed0c83 100644
--- a/media/audio/clockless_audio_sink.cc
+++ b/media/audio/clockless_audio_sink.cc
@@ -121,8 +121,8 @@ bool ClocklessAudioSink::SetVolume(double volume) {
return volume == 0.0;
}
-OutputDevice* ClocklessAudioSink::GetOutputDevice() {
- return nullptr;
+OutputDeviceInfo ClocklessAudioSink::GetOutputDeviceInfo() {
+ return OutputDeviceInfo();
}
void ClocklessAudioSink::StartAudioHashForTesting() {
« no previous file with comments | « media/audio/clockless_audio_sink.h ('k') | media/audio/null_audio_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698