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

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

Issue 22876027: Consolidate duplicated frame / capability structures in video_capture_types.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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_impl.h
diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
index 2ed7717158ac7b34fce82fbc8fff052b5709f1c3..c04e61634efbd2dd39013dfc6c7df26277c9614f 100644
--- a/content/renderer/media/video_capture_impl.h
+++ b/content/renderer/media/video_capture_impl.h
@@ -134,7 +134,7 @@ class CONTENT_EXPORT VideoCaptureImpl
ClientInfo clients_pending_on_filter_;
ClientInfo clients_pending_on_restart_;
- media::VideoCaptureCapability::Format video_type_;
+ media::VideoPixelFormat video_type_;
// Member capture_format_ represents the video format requested by the client
// to this class via DoStartCaptureOnCaptureThread.

Powered by Google App Engine
This is Rietveld 408576698