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

Unified Diff: content/renderer/media/video_capture_message_filter.h

Issue 23587018: Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: 4fe79a572 Initial. Created 7 years, 3 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/video_capture_message_filter.h
diff --git a/content/renderer/media/video_capture_message_filter.h b/content/renderer/media/video_capture_message_filter.h
index 013e2d086a67b35e8f8ed020c8f34048738b66a8..abbe23edb0c5f199c3f01c87b3f0de2dab0ca85a 100644
--- a/content/renderer/media/video_capture_message_filter.h
+++ b/content/renderer/media/video_capture_message_filter.h
@@ -87,8 +87,7 @@ class CONTENT_EXPORT VideoCaptureMessageFilter
int length, int buffer_id);
// Receive a buffer from browser process.
- void OnBufferReceived(int device_id,
- int buffer_id, base::Time timestamp);
+ void OnBufferReceived(int device_id, int buffer_id, base::Time timestamp);
// State of browser process' video capture device has changed.
void OnDeviceStateChanged(int device_id, VideoCaptureState state);

Powered by Google App Engine
This is Rietveld 408576698