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

Unified Diff: content/browser/renderer_host/media/video_capture_controller.h

Issue 2583883003: Rebase of Removing gpu::SyncToken usage from video capture pipeline (Closed)
Patch Set: Rebase. Created 3 years, 12 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/video_capture_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/video_capture_controller.h
diff --git a/content/browser/renderer_host/media/video_capture_controller.h b/content/browser/renderer_host/media/video_capture_controller.h
index b1a455f2336b03b3300bdde0efd0b4b6886cb0a3..95cce9816ba59b64a61867cff17a6aa96d043b19 100644
--- a/content/browser/renderer_host/media/video_capture_controller.h
+++ b/content/browser/renderer_host/media/video_capture_controller.h
@@ -120,15 +120,12 @@ class CONTENT_EXPORT VideoCaptureController : public media::VideoFrameReceiver {
void StopSession(int session_id);
// Return a buffer with id |buffer_id| previously given in
- // VideoCaptureControllerEventHandler::OnBufferReady. In the case that the
- // buffer was backed by a texture, |sync_token| will be waited on before
- // destroying or recycling the texture, to synchronize with texture users in
- // the renderer process. If the consumer provided resource utilization
+ // VideoCaptureControllerEventHandler::OnBufferReady.
+ // If the consumer provided resource utilization
// feedback, this will be passed here (-1.0 indicates no feedback).
void ReturnBuffer(VideoCaptureControllerID id,
VideoCaptureControllerEventHandler* event_handler,
int buffer_id,
- const gpu::SyncToken& sync_token,
double consumer_resource_utilization);
const media::VideoCaptureFormat& GetVideoCaptureFormat() const;
« no previous file with comments | « no previous file | content/browser/renderer_host/media/video_capture_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698