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

Unified Diff: remoting/host/ipc_video_frame_capturer.h

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/host/ipc_desktop_environment_factory.cc ('k') | remoting/host/ipc_video_frame_capturer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_video_frame_capturer.h
diff --git a/remoting/host/ipc_video_frame_capturer.h b/remoting/host/ipc_video_frame_capturer.h
index 71d85767c25a57c936767fb138a63e1d1ec9cdc1..c8590ef554e37b7a478e72180bdcd694d8dfe277 100644
--- a/remoting/host/ipc_video_frame_capturer.h
+++ b/remoting/host/ipc_video_frame_capturer.h
@@ -6,15 +6,16 @@
#define REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
#include "base/memory/ref_counted.h"
-#include "remoting/host/video_frame_capturer.h"
+#include "remoting/capturer/video_frame_capturer.h"
namespace IPC {
class Message;
-} // IPC
+} // namespace IPC
namespace remoting {
class DesktopSessionProxy;
+struct MouseCursorShape;
// Routes VideoFrameCapturer calls though the IPC channel to the desktop session
// agent running in the desktop integration process.
@@ -37,7 +38,7 @@ class IpcVideoFrameCapturer : public VideoFrameCapturer {
void OnCaptureCompleted(scoped_refptr<CaptureData> capture_data);
// Called when the cursor shape has changed.
- void OnCursorShapeChanged(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
+ void OnCursorShapeChanged(scoped_ptr<MouseCursorShape> cursor_shape);
private:
// Points to the delegate passed to VideoFrameCapturer::Start().
« no previous file with comments | « remoting/host/ipc_desktop_environment_factory.cc ('k') | remoting/host/ipc_video_frame_capturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698