| 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 b51bd25272338ec1f3d8ea1096a3ee7f2bfbc1af..9f97ad3df3f7b23a6a9f60b1e9ddb41097a559e3 100644
|
| --- a/content/browser/renderer_host/media/video_capture_controller.h
|
| +++ b/content/browser/renderer_host/media/video_capture_controller.h
|
| @@ -107,7 +107,7 @@ class CONTENT_EXPORT VideoCaptureController {
|
|
|
| // Return a buffer with id |buffer_id| previously given in
|
| // VideoCaptureControllerEventHandler::OnBufferReady. In the case that the
|
| - // buffer was backed by a texture, |sync_point| will be waited on before
|
| + // 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
|
| // feedback, this will be passed here (-1.0 indicates no feedback).
|
|
|