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 |