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

Unified Diff: content/renderer/pepper/pepper_platform_video_capture.h

Issue 955253002: Add metadata to media::VideoFrame and plumb it through IPC/MediaStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommi's nits addressed Created 5 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/renderer/pepper/pepper_platform_video_capture.h
diff --git a/content/renderer/pepper/pepper_platform_video_capture.h b/content/renderer/pepper/pepper_platform_video_capture.h
index 601c4f16d66085ae45ae1381ff910e7aaefe3f77..dd6ed78dade5bdfbda1e479b9c311cf81b0d52d7 100644
--- a/content/renderer/pepper/pepper_platform_video_capture.h
+++ b/content/renderer/pepper/pepper_platform_video_capture.h
@@ -42,7 +42,6 @@ class PepperPlatformVideoCapture {
void OnDeviceOpened(int request_id, bool succeeded, const std::string& label);
void OnStateUpdate(VideoCaptureState state);
void OnFrameReady(const scoped_refptr<media::VideoFrame>& frame,
- const media::VideoCaptureFormat& format,
const base::TimeTicks& estimated_capture_time);
// Can return NULL if the RenderFrame referenced by |render_frame_id_| has

Powered by Google App Engine
This is Rietveld 408576698