diff options
Diffstat (limited to 'remoting/client/plugin/chromoting_instance.h')
-rw-r--r-- | remoting/client/plugin/chromoting_instance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h index 5c8fa487..dbc840d 100644 --- a/remoting/client/plugin/chromoting_instance.h +++ b/remoting/client/plugin/chromoting_instance.h @@ -55,6 +55,7 @@ class ChromotingClient; class ChromotingStats; class ClientContext; class FrameConsumerProxy; +class PepperAudioPlayer; class PepperInputHandler; class PepperView; class PepperXmppProxy; @@ -211,6 +212,7 @@ 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 |