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

Unified Diff: content/renderer/media/image_capture_frame_grabber.cc

Issue 1873293002: Report if video capturing meets output protection requirement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed oshima and nasko's comments, and rebased. Created 4 years, 7 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/renderer/media/image_capture_frame_grabber.cc
diff --git a/content/renderer/media/image_capture_frame_grabber.cc b/content/renderer/media/image_capture_frame_grabber.cc
index af3a5f19efe7e007484bec65f77904137b046e8d..a7a37bf4d987343eaafca0a18b04493fbf6ff4d0 100644
--- a/content/renderer/media/image_capture_frame_grabber.cc
+++ b/content/renderer/media/image_capture_frame_grabber.cc
@@ -102,7 +102,8 @@ void ImageCaptureFrameGrabber::grabFrame(
base::Bind(&OnVideoFrame, media::BindToCurrentLoop(base::Bind(
&ImageCaptureFrameGrabber::OnSkImage,
weak_factory_.GetWeakPtr(),
- base::Passed(&scoped_callbacks)))));
+ base::Passed(&scoped_callbacks)))),
+ false);
}
void ImageCaptureFrameGrabber::OnSkImage(
« no previous file with comments | « content/public/renderer/media_stream_video_sink.cc ('k') | content/renderer/media/media_stream_video_capturer_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698