| Index: remoting/client/jni/chromoting_jni_instance.h
|
| diff --git a/remoting/client/jni/chromoting_jni_instance.h b/remoting/client/jni/chromoting_jni_instance.h
|
| index cfaaed4f3abce56d6fca8c8e8b3bba148c039eae..4b84cff48054b95fd88bc8ad08d949a7c01f1e4a 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -29,6 +29,8 @@ class ClipboardEvent;
|
| class CursorShapeInfo;
|
| } // namespace protocol
|
|
|
| +class VideoProcessor;
|
| +
|
| // ClientUserInterface that indirectly makes and receives JNI calls.
|
| class ChromotingJniInstance
|
| : public ClientUserInterface,
|
| @@ -136,6 +138,7 @@ class ChromotingJniInstance
|
| // This group of variables is to be used on the network thread.
|
| ClientConfig client_config_;
|
| scoped_ptr<ClientContext> client_context_;
|
| + scoped_ptr<VideoProcessor> video_processor_;
|
| scoped_ptr<protocol::ConnectionToHost> connection_;
|
| scoped_ptr<ChromotingClient> client_;
|
| XmppSignalStrategy::XmppServerConfig xmpp_config_;
|
|
|