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

Unified Diff: media/capture/video_capture_types.h

Issue 2686763002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer( (Closed)
Patch Set: 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: media/capture/video_capture_types.h
diff --git a/media/capture/video_capture_types.h b/media/capture/video_capture_types.h
index 7a6246beaf6cd2af413654378a8a60475302feff..7d8c340ca1c6a023ea0f50e2ad68935456a528f0 100644
--- a/media/capture/video_capture_types.h
+++ b/media/capture/video_capture_types.h
@@ -121,7 +121,7 @@ typedef std::vector<VideoCaptureFormat> VideoCaptureFormats;
// This class is used by the client of a video capture device to specify the
// format of frames in which the client would like to have captured frames
// returned.
-struct MEDIA_EXPORT VideoCaptureParams {
+struct CAPTURE_EXPORT VideoCaptureParams {
VideoCaptureParams();
// Returns true if requested_format.IsValid() and all other values are within

Powered by Google App Engine
This is Rietveld 408576698