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

Unified Diff: services/video_capture/public/interfaces/video_capture_device_factory.mojom

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Revert Mojo enum VideoPixelFormat to native Created 4 years, 2 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: services/video_capture/public/interfaces/video_capture_device_factory.mojom
diff --git a/services/video_capture/public/interfaces/video_capture_device_factory.mojom b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
index 80da4a9a9a0271a438bade6aee3222c496c0dbf4..b252279c6de2f734a594ba07611cdd6c36274c26 100644
--- a/services/video_capture/public/interfaces/video_capture_device_factory.mojom
+++ b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
@@ -4,8 +4,8 @@
module video_capture.mojom;
+import "media/capture/mojo/video_capture_types.mojom";
import "services/video_capture/public/interfaces/video_capture_device_proxy.mojom";
-import "services/video_capture/public/interfaces/video_capture_format.mojom";
enum VideoCaptureApi {
LINUX_V4L2_SINGLE_PLANE,
@@ -55,7 +55,7 @@ interface VideoCaptureDeviceFactory {
=> (array<VideoCaptureDeviceDescriptor> descriptors);
GetSupportedFormats(VideoCaptureDeviceDescriptor device_descriptor)
- => (array<VideoCaptureFormat> supported_formats);
+ => (array<media.mojom.VideoCaptureFormat> supported_formats);
// Provides exclusive access to the device identified by |device_descriptor|.
// The access is valid until either the message pipe associated with

Powered by Google App Engine
This is Rietveld 408576698