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

Unified Diff: content/browser/media/capture/image_capture_impl.cc

Issue 2375543004: ImageCapture: wire |colorTemperature| set/get for Linux/Cros (Closed)
Patch Set: Created 4 years, 3 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: content/browser/media/capture/image_capture_impl.cc
diff --git a/content/browser/media/capture/image_capture_impl.cc b/content/browser/media/capture/image_capture_impl.cc
index 4860b3e4f0953a2623f6513a67e52ecdd2820e25..75f86db44423362e6297742c57ed6725ca26917f 100644
--- a/content/browser/media/capture/image_capture_impl.cc
+++ b/content/browser/media/capture/image_capture_impl.cc
@@ -38,6 +38,7 @@ void RunFailedGetCapabilitiesCallback(
empty_capabilities->height = media::mojom::Range::New();
empty_capabilities->zoom = media::mojom::Range::New();
empty_capabilities->exposure_compensation = media::mojom::Range::New();
+ empty_capabilities->color_temperature = media::mojom::Range::New();
cb.Run(std::move(empty_capabilities));
}
« no previous file with comments | « no previous file | media/capture/video/fake_video_capture_device.cc » ('j') | media/capture/video/linux/v4l2_capture_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698