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

Unified Diff: services/video_capture/device_media_to_mojo_adapter.h

Issue 2813343002: [Mojo Video Capture] Switch to using Mojo structs in media/capture/mojo (Closed)
Patch Set: Removed extraneous AtLeast Created 3 years, 8 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/device_media_to_mojo_adapter.h
diff --git a/services/video_capture/device_media_to_mojo_adapter.h b/services/video_capture/device_media_to_mojo_adapter.h
index d8b215d0419a9883226338b28cc298fc0c0fe936..dd3a712525fa91e0ba35e50161d667fea6e31c6f 100644
--- a/services/video_capture/device_media_to_mojo_adapter.h
+++ b/services/video_capture/device_media_to_mojo_adapter.h
@@ -22,7 +22,7 @@ class DeviceMediaToMojoAdapter : public mojom::Device {
~DeviceMediaToMojoAdapter() override;
// mojom::Device:
- void Start(const CaptureSettings& requested_settings,
+ void Start(const media::VideoCaptureParams& requested_settings,
mojom::ReceiverPtr receiver) override;
void Stop();
« no previous file with comments | « services/video_capture/device_factory_media_to_mojo_adapter.cc ('k') | services/video_capture/device_media_to_mojo_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698