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

Unified Diff: content/browser/media/capture/web_contents_video_capture_device.h

Issue 2702093002: Consistent CopyFromSurface() API, consolidated to RWHV (Closed)
Patch Set: REBASE Created 3 years, 10 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/media/capture/web_contents_video_capture_device.h
diff --git a/content/browser/media/capture/web_contents_video_capture_device.h b/content/browser/media/capture/web_contents_video_capture_device.h
index 0446175978a15cce3161e1d65eacf79033ebcfc6..29ca8f37126cc94a6a95086d4d1c53454f8cf8da 100644
--- a/content/browser/media/capture/web_contents_video_capture_device.h
+++ b/content/browser/media/capture/web_contents_video_capture_device.h
@@ -22,8 +22,7 @@ namespace content {
// content::RenderWidgetHostView implementation that supports frame subscription
// (via BeginFrameSubscription()), and can perform read-back into
// media::VideoFrames (i.e.,
-// RenderWidgetHostViewBase::CopyFromCompositingSurfaceToVideoFrame() is
-// functional).
+// RenderWidgetHostViewBase::CopyFromSurfaceToVideoFrame() is functional).
//
// An instance is created by providing a device_id. The device_id contains
// information necessary for finding a WebContents instance. From then on,

Powered by Google App Engine
This is Rietveld 408576698