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

Unified Diff: remoting/host/desktop_session_proxy.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/desktop_session_agent.cc ('k') | remoting/host/desktop_session_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_proxy.h
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index c0344fcf352c7110b9f07ea51d80a1d9ebf1479e..43b6208861c6f0a428c6d7d5f9e67d2ffe23735b 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -12,8 +12,8 @@
#include "base/memory/scoped_ptr.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_platform_file.h"
-#include "remoting/base/shared_buffer.h"
-#include "remoting/host/video_frame_capturer.h"
+#include "remoting/capturer/shared_buffer.h"
+#include "remoting/capturer/video_frame_capturer.h"
#include "remoting/proto/event.pb.h"
#include "remoting/protocol/clipboard_stub.h"
#include "third_party/skia/include/core/SkRegion.h"
@@ -99,7 +99,7 @@ class DesktopSessionProxy
void OnCaptureCompleted(const SerializedCapturedData& serialized_data);
// Handles CursorShapeChanged notification from the desktop session agent.
- void OnCursorShapeChanged(const std::string& serialized_cursor_shape);
+ void OnCursorShapeChanged(const MouseCursorShape& cursor_shape);
// Posted to |video_capture_task_runner_| to pass a captured video frame back
// to |video_capturer_|.
@@ -107,7 +107,7 @@ class DesktopSessionProxy
// Posted to |video_capture_task_runner_| to pass |cursor_shape| back to
// |video_capturer_|.
- void PostCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
+ void PostCursorShape(scoped_ptr<MouseCursorShape> cursor_shape);
// Handles InjectClipboardEvent request from the desktop integration process.
void OnInjectClipboardEvent(const std::string& serialized_event);
« no previous file with comments | « remoting/host/desktop_session_agent.cc ('k') | remoting/host/desktop_session_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698