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

Unified Diff: remoting/protocol/frame_consumer.h

Issue 1559043004: Add GetFrameConsumer() in VideoRenderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_video_renderer
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/software_video_renderer_unittest.cc ('k') | remoting/protocol/video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/frame_consumer.h
diff --git a/remoting/client/frame_consumer.h b/remoting/protocol/frame_consumer.h
similarity index 78%
rename from remoting/client/frame_consumer.h
rename to remoting/protocol/frame_consumer.h
index 792d2f6f22df6ed1ca76f8916242e79d349d8847..87c8ca20b8094308e80f9e5a8f234e3365879445 100644
--- a/remoting/client/frame_consumer.h
+++ b/remoting/protocol/frame_consumer.h
@@ -1,21 +1,19 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_FRAME_CONSUMER_H_
-#define REMOTING_CLIENT_FRAME_CONSUMER_H_
+#ifndef REMOTING_PROTOCOL_FRAME_CONSUMER_H_
+#define REMOTING_PROTOCOL_FRAME_CONSUMER_H_
#include "base/macros.h"
namespace webrtc {
class DesktopFrame;
-class DesktopRect;
-class DesktopRegion;
class DesktopSize;
-class DesktopVector;
} // namespace webrtc
namespace remoting {
+namespace protocol {
class FrameConsumer {
public:
@@ -42,6 +40,7 @@ class FrameConsumer {
DISALLOW_COPY_AND_ASSIGN(FrameConsumer);
};
+} // namespace protocol
} // namespace remoting
-#endif // REMOTING_CLIENT_FRAME_CONSUMER_H_
+#endif // REMOTING_PROTOCOL_FRAME_CONSUMER_H_
« no previous file with comments | « remoting/client/software_video_renderer_unittest.cc ('k') | remoting/protocol/video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698