| 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 89e2bd2b9e7830a8a55c4d2f0ffad18c76477e59..044ac2412a737a808356eefa4ed9df66588c42ff 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -27,13 +27,13 @@ namespace protocol {
|
| class ClipboardEvent;
|
| class CursorShapeInfo;
|
| class PerformanceTracker;
|
| +class VideoRenderer;
|
| } // namespace protocol
|
|
|
| class ChromotingJniRuntime;
|
| class ClientStatusLogger;
|
| class JniFrameConsumer;
|
| class TokenFetcherProxy;
|
| -class VideoRenderer;
|
|
|
| // ClientUserInterface that indirectly makes and receives JNI calls.
|
| class ChromotingJniInstance
|
| @@ -154,7 +154,7 @@ class ChromotingJniInstance
|
| scoped_ptr<ClientContext> client_context_;
|
| scoped_ptr<protocol::PerformanceTracker> perf_tracker_;
|
| scoped_ptr<JniFrameConsumer> view_;
|
| - scoped_ptr<VideoRenderer> video_renderer_;
|
| + scoped_ptr<protocol::VideoRenderer> video_renderer_;
|
| scoped_ptr<protocol::Authenticator> authenticator_;
|
| scoped_ptr<ChromotingClient> client_;
|
| XmppSignalStrategy::XmppServerConfig xmpp_config_;
|
|
|