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

Unified Diff: services/video_capture/device_factory_media_to_mojo_adapter.h

Issue 2386183002: Replace manual conversions with Mojo type mappings
Patch Set: 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
« no previous file with comments | « services/video_capture/DEPS ('k') | services/video_capture/device_factory_media_to_mojo_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/device_factory_media_to_mojo_adapter.h
diff --git a/services/video_capture/device_factory_media_to_mojo_adapter.h b/services/video_capture/device_factory_media_to_mojo_adapter.h
index 2234930c7baeb4070bb366298f2995d58ec39ff1..125a0e2ddae20de6086fc45de06d697eb473cf88 100644
--- a/services/video_capture/device_factory_media_to_mojo_adapter.h
+++ b/services/video_capture/device_factory_media_to_mojo_adapter.h
@@ -33,10 +33,10 @@ class DeviceFactoryMediaToMojoAdapter : public mojom::VideoCaptureDeviceFactory
void EnumerateDeviceDescriptors(
const EnumerateDeviceDescriptorsCallback& callback) override;
void GetSupportedFormats(
- mojom::VideoCaptureDeviceDescriptorPtr device_descriptor,
+ const media::VideoCaptureDeviceDescriptor& descriptor,
const GetSupportedFormatsCallback& callback) override;
void CreateDeviceProxy(
- mojom::VideoCaptureDeviceDescriptorPtr device_descriptor,
+ const media::VideoCaptureDeviceDescriptor& descriptor,
mojom::VideoCaptureDeviceProxyRequest proxy_request,
const CreateDeviceProxyCallback& callback) override;
« no previous file with comments | « services/video_capture/DEPS ('k') | services/video_capture/device_factory_media_to_mojo_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698