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

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

Issue 1439533004: Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mcasas's second round comments REBASE Created 5 years, 1 month 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_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).

Powered by Google App Engine
This is Rietveld 408576698