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

Unified Diff: services/video_capture/video_capture_device_factory_impl.h

Issue 2378943002: Let clients interact with VideoCaptureDeviceClient instead of VideoCaptureDevice (Closed)
Patch Set: Remove method AsClientBuffer() 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/video_capture_device_factory_impl.h
diff --git a/services/video_capture/video_capture_device_factory_impl.h b/services/video_capture/video_capture_device_factory_impl.h
index bff629f6e8966543fff058604fe97414068b7bcb..dbce8afbbd4305293672ea9b22dfc47b2955f619 100644
--- a/services/video_capture/video_capture_device_factory_impl.h
+++ b/services/video_capture/video_capture_device_factory_impl.h
@@ -16,7 +16,8 @@ namespace video_capture {
class VideoCaptureDeviceFactoryImpl : public mojom::VideoCaptureDeviceFactory {
public:
- VideoCaptureDeviceFactoryImpl();
+ VideoCaptureDeviceFactoryImpl(const media::VideoCaptureJpegDecoderFactoryCB&
+ jpeg_decoder_factory_callback);
~VideoCaptureDeviceFactoryImpl() override;
void AddMojoDevice(std::unique_ptr<VideoCaptureDeviceProxyImpl> device,
@@ -75,6 +76,7 @@ class VideoCaptureDeviceFactoryImpl : public mojom::VideoCaptureDeviceFactory {
};
std::vector<DeviceEntry> devices_;
+ media::VideoCaptureJpegDecoderFactoryCB jpeg_decoder_factory_callback_;
};
} // namespace video_capture
« no previous file with comments | « services/video_capture/receiver_mojo_to_media_adapter.cc ('k') | services/video_capture/video_capture_device_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698