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

Unified Diff: remoting/client/chromoting_client.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 | « no previous file | remoting/client/chromoting_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client.h
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index dffbc5a48764691196a9bf9da9e63beda4aa0245..173e1b0ce529bfe263e8293b121df55b9d862974 100644
--- a/remoting/client/chromoting_client.h
+++ b/remoting/client/chromoting_client.h
@@ -31,6 +31,7 @@ namespace protocol {
class CandidateSessionConfig;
class SessionManager;
class TransportContext;
+class VideoRenderer;
} // namespace protocol
class AudioDecodeScheduler;
@@ -39,7 +40,6 @@ class ClientContext;
class ClientUserInterface;
class FrameConsumerProxy;
class FrameProducer;
-class VideoRenderer;
class ChromotingClient : public SignalStrategy::Listener,
public protocol::ConnectionToHost::HostEventCallback,
@@ -50,7 +50,7 @@ class ChromotingClient : public SignalStrategy::Listener,
// requested.
ChromotingClient(ClientContext* client_context,
ClientUserInterface* user_interface,
- VideoRenderer* video_renderer,
+ protocol::VideoRenderer* video_renderer,
scoped_ptr<AudioPlayer> audio_player);
~ChromotingClient() override;
@@ -118,7 +118,7 @@ class ChromotingClient : public SignalStrategy::Listener,
// The following are not owned by this class.
ClientUserInterface* user_interface_ = nullptr;
- VideoRenderer* video_renderer_ = nullptr;
+ protocol::VideoRenderer* video_renderer_ = nullptr;
SignalStrategy* signal_strategy_ = nullptr;
std::string host_jid_;
« no previous file with comments | « no previous file | remoting/client/chromoting_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698