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

Unified Diff: remoting/client/plugin/pepper_video_renderer.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/jni/chromoting_jni_instance.h ('k') | remoting/client/software_video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_video_renderer.h
diff --git a/remoting/client/plugin/pepper_video_renderer.h b/remoting/client/plugin/pepper_video_renderer.h
index bcf4f3251c9aaa1a263d8ee222671d1ac2299932..a5637bc3eb27e3110cf3eefbd731987832f8df59 100644
--- a/remoting/client/plugin/pepper_video_renderer.h
+++ b/remoting/client/plugin/pepper_video_renderer.h
@@ -5,7 +5,7 @@
#ifndef REMOTING_CLIENT_PLUGIN_PEPPER_VIDEO_RENDERER_H_
#define REMOTING_CLIENT_PLUGIN_PEPPER_VIDEO_RENDERER_H_
-#include "remoting/client/video_renderer.h"
+#include "remoting/protocol/video_renderer.h"
namespace webrtc {
class DesktopSize;
@@ -27,7 +27,7 @@ class PerformanceTracker;
} // namespace protocol
// Interface for video renderers that render video in pepper plugin.
-class PepperVideoRenderer : public VideoRenderer {
+class PepperVideoRenderer : public protocol::VideoRenderer {
public:
class EventHandler {
public:
« no previous file with comments | « remoting/client/jni/chromoting_jni_instance.h ('k') | remoting/client/software_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698