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

Unified Diff: media/capture/video/fake_video_capture_device.cc

Issue 2212343003: Reland: ImageCapture: Queue up requests while device not ready (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable Android tests with bug and explanation Created 4 years, 4 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 | « media/capture/video/android/video_capture_device_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/fake_video_capture_device.cc
diff --git a/media/capture/video/fake_video_capture_device.cc b/media/capture/video/fake_video_capture_device.cc
index 698588f3ecb13104696a0bb1afc4622178c482c9..0aea00ad80cb6b98898b9c3cb86863b5b57ebe00 100644
--- a/media/capture/video/fake_video_capture_device.cc
+++ b/media/capture/video/fake_video_capture_device.cc
@@ -194,7 +194,6 @@ void FakeVideoCaptureDevice::GetPhotoCapabilities(
photo_capabilities->width->current = capture_format_.frame_size.width();
photo_capabilities->width->max = 1920;
photo_capabilities->width->min = 320;
- photo_capabilities->focus_mode = mojom::FocusMode::UNAVAILABLE;
photo_capabilities->zoom = mojom::Range::New();
photo_capabilities->zoom->current = current_zoom_;
photo_capabilities->zoom->max = kMaxZoom;
« no previous file with comments | « media/capture/video/android/video_capture_device_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698