Chromium Code Reviews| 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 25c826bbc115ee717462be5c90eb6e6ec7cdff34..597aaeb162bfdfc81d3b0f440ff0351c289308dd 100644 |
| --- a/content/browser/renderer_host/media/video_capture_controller.h |
| +++ b/content/browser/renderer_host/media/video_capture_controller.h |
| @@ -113,15 +113,10 @@ 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 |
|
emircan
2016/10/24 21:45:28
Keep the last sentence about resource utilization.
|
| - // feedback, this will be passed here (-1.0 indicates no feedback). |
| + // VideoCaptureControllerEventHandler::OnBufferReady. |
| void ReturnBuffer(VideoCaptureControllerID id, |
| VideoCaptureControllerEventHandler* event_handler, |
| int buffer_id, |
| - const gpu::SyncToken& sync_token, |
| double consumer_resource_utilization); |
| const media::VideoCaptureFormat& GetVideoCaptureFormat() const; |