| 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..fdb5a4f8bf73a914fd760d46ce8bea2b88f41733 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 VideoRenderer;
|
| +
|
| // 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<VideoRenderer> video_renderer_;
|
| scoped_ptr<protocol::ConnectionToHost> connection_;
|
| scoped_ptr<ChromotingClient> client_;
|
| XmppSignalStrategy::XmppServerConfig xmpp_config_;
|
|
|