| 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;
|
| 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_;
|
|
|
| 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
|
|
|