diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 20:32:30 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 20:32:30 +0000 |
commit | 8c197e505cd05525768826f46aa1d0e0d6058435 (patch) | |
tree | 07af5cc4921732d8a0e901b3eade6358411e386e /remoting/host/video_scheduler.h | |
parent | 6908083dd88547e95791f39c6b600c225934bda4 (diff) | |
download | chromium_src-8c197e505cd05525768826f46aa1d0e0d6058435.zip chromium_src-8c197e505cd05525768826f46aa1d0e0d6058435.tar.gz chromium_src-8c197e505cd05525768826f46aa1d0e0d6058435.tar.bz2 |
Adding support of shared memory buffers to the video capturer (Windows only).
Changes in this CL:
- The video capturer allocates frame buffers in shared memory and registers them with the provided delegate. The delegate is expected to pass information about the buffers to the process consuming the buffers.
- A reference to a shared buffer is passed along with CaptureData.
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/11416021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/video_scheduler.h')
-rw-r--r-- | remoting/host/video_scheduler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/video_scheduler.h b/remoting/host/video_scheduler.h index 98c4d41..597a0f7 100644 --- a/remoting/host/video_scheduler.h +++ b/remoting/host/video_scheduler.h @@ -86,7 +86,7 @@ class VideoScheduler : public base::RefCountedThreadSafe<VideoScheduler>, protocol::ClientStub* client_stub, protocol::VideoStub* video_stub); - // VideoFrameCapturer::Delegate implementation + // VideoFrameCapturer::Delegate implementation. virtual void OnCaptureCompleted( scoped_refptr<CaptureData> capture_data) OVERRIDE; virtual void OnCursorShapeChanged( |