Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1248)

Unified Diff: remoting/client/jni/chromoting_jni_instance.h

Issue 1559023003: Move VideoRenderer to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/pepper_video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/pepper_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698