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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 10843031: Piping for audio decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed an #include to a forward declaration Created 8 years, 4 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/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 8e9ac8ae7bf26cad8d942b65616a1155db993e49..9629397b1d6b8d80c1fbfdeaa2d3a78e45f6f015 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -53,6 +53,7 @@ class InputEventTracker;
class MouseInputFilter;
} // namespace protocol
+class AudioDecodeScheduler;
Sergey Ulanov 2012/08/03 17:59:55 don't need this/
kxing 2012/08/03 20:55:13 Done.
class ChromotingClient;
class ChromotingStats;
class ClientContext;
@@ -191,6 +192,7 @@ class ChromotingInstance :
scoped_ptr<PepperView> view_;
scoped_refptr<RectangleUpdateDecoder> rectangle_decoder_;
+ scoped_ptr<AudioDecodeScheduler> audio_decode_scheduler_;
Sergey Ulanov 2012/08/03 17:59:55 remove this line.
kxing 2012/08/03 20:55:13 Done.
scoped_ptr<protocol::MouseInputFilter> mouse_input_filter_;
scoped_ptr<protocol::InputEventTracker> input_tracker_;
@@ -199,7 +201,6 @@ class ChromotingInstance :
#endif
KeyEventMapper key_mapper_;
scoped_ptr<PepperInputHandler> input_handler_;
- scoped_ptr<PepperAudioPlayer> audio_player_;
scoped_ptr<ChromotingClient> client_;
// XmppProxy is a refcounted interface used to perform thread-switching and

Powered by Google App Engine
This is Rietveld 408576698