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

Unified Diff: remoting/client/plugin/pepper_video_renderer.h

Issue 2538183002: remoting: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 years 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/plugin/pepper_mouse_locker.h ('k') | remoting/client/plugin/pepper_video_renderer_2d.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 a0caf03cb34cdf0c678205071f9fff91d9169490..9e62e7ca899aeda125debb91dba95d29bced3d6f 100644
--- a/remoting/client/plugin/pepper_video_renderer.h
+++ b/remoting/client/plugin/pepper_video_renderer.h
@@ -8,8 +8,6 @@
#include "remoting/protocol/video_renderer.h"
namespace webrtc {
-class DesktopSize;
-class DesktopVector;
class DesktopRegion;
} // namespace webrtc
@@ -20,12 +18,6 @@ class View;
namespace remoting {
-class ClientContext;
-
-namespace protocol {
-class FrameStatsConsumer;
-} // namespace protocol
-
// Interface for video renderers that render video in pepper plugin.
class PepperVideoRenderer : public protocol::VideoRenderer {
public:
« no previous file with comments | « remoting/client/plugin/pepper_mouse_locker.h ('k') | remoting/client/plugin/pepper_video_renderer_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698