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

Unified Diff: remoting/host/video_scheduler.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/video_frame_queue.cc ('k') | remoting/host/video_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/video_scheduler.h
diff --git a/remoting/host/video_scheduler.h b/remoting/host/video_scheduler.h
index 8671530f3fb67e00363767a9874f762b168926d8..92b72f6d3346c37b4fb3b56bd2987e0480dc288e 100644
--- a/remoting/host/video_scheduler.h
+++ b/remoting/host/video_scheduler.h
@@ -13,9 +13,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
#include "base/timer.h"
+#include "remoting/capturer/video_frame_capturer.h"
#include "remoting/codec/video_encoder.h"
#include "remoting/host/capture_scheduler.h"
-#include "remoting/host/video_frame_capturer.h"
#include "remoting/proto/video.pb.h"
namespace base {
@@ -25,6 +25,7 @@ class SingleThreadTaskRunner;
namespace remoting {
class CaptureData;
+class CursorShapeInfo;
class VideoFrameCapturer;
namespace protocol {
@@ -90,7 +91,7 @@ class VideoScheduler : public base::RefCountedThreadSafe<VideoScheduler>,
virtual void OnCaptureCompleted(
scoped_refptr<CaptureData> capture_data) OVERRIDE;
virtual void OnCursorShapeChanged(
- scoped_ptr<protocol::CursorShapeInfo> cursor_shape) OVERRIDE;
+ scoped_ptr<MouseCursorShape> cursor_shape) OVERRIDE;
// Stop scheduling frame captures. |done_task| is executed on the network
// thread when capturing has stopped. This object cannot be re-used once
« no previous file with comments | « remoting/host/video_frame_queue.cc ('k') | remoting/host/video_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698