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

Unified Diff: content/browser/renderer_host/media/video_capture_device_client.cc

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DCHECK for valid sync token before IPC conversions Created 5 years, 2 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
Index: content/browser/renderer_host/media/video_capture_device_client.cc
diff --git a/content/browser/renderer_host/media/video_capture_device_client.cc b/content/browser/renderer_host/media/video_capture_device_client.cc
index 7ba77616d6e3697621df57cbe6344fee32682f17..97d5c539f320c4b933e6846d130435538bc449e9 100644
--- a/content/browser/renderer_host/media/video_capture_device_client.cc
+++ b/content/browser/renderer_host/media/video_capture_device_client.cc
@@ -69,6 +69,8 @@ class AutoReleaseBuffer : public media::VideoCaptureDevice::Client::Buffer {
const scoped_ptr<VideoCaptureBufferPool::BufferHandle> buffer_handle_;
};
+
+
VideoCaptureDeviceClient::VideoCaptureDeviceClient(
const base::WeakPtr<VideoCaptureController>& controller,
const scoped_refptr<VideoCaptureBufferPool>& buffer_pool)
@@ -456,4 +458,7 @@ VideoCaptureDeviceClient::ReserveI420OutputBuffer(
return buffer.Pass();
}
+
+
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698