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

Unified Diff: remoting/client/audio_decode_scheduler.h

Issue 2084123002: Adding an interface to allow extension of the audio player for CRD and iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing AudioPlayer::ProcessAudioPacket. Created 4 years, 6 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: remoting/client/audio_decode_scheduler.h
diff --git a/remoting/client/audio_decode_scheduler.h b/remoting/client/audio_decode_scheduler.h
index 4329edd57a5a425a1ca0d091eedc6b1668f450b5..af9fa34d8abd502a5847e77315c7032f3c5c5806 100644
--- a/remoting/client/audio_decode_scheduler.h
+++ b/remoting/client/audio_decode_scheduler.h
@@ -22,9 +22,9 @@ namespace protocol {
class SessionConfig;
} // namespace protocol
+class AudioConsumer;
class AudioDecoder;
class AudioPacket;
-class AudioConsumer;
class AudioDecodeScheduler : public protocol::AudioStub {
public:

Powered by Google App Engine
This is Rietveld 408576698