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

Unified Diff: media/capture/video/android/photo_capabilities.h

Issue 2798263003: Image Capture: add |supports_torch| field to mojom (Closed)
Patch Set: 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: media/capture/video/android/photo_capabilities.h
diff --git a/media/capture/video/android/photo_capabilities.h b/media/capture/video/android/photo_capabilities.h
index 37b99331bf856ffcb43da4c83afd3e5a8099715a..aea99afabae0a43b3883d9ba40cedf0929df8145 100644
--- a/media/capture/video/android/photo_capabilities.h
+++ b/media/capture/video/android/photo_capabilities.h
@@ -65,6 +65,7 @@ class PhotoCapabilities {
double getStepExposureCompensation() const;
AndroidMeteringMode getWhiteBalanceMode() const;
std::vector<AndroidFillLightMode> getFillLightModes() const;
+ bool getSupportsTorch() const;
bool getTorch() const;
bool getRedEyeReduction() const;
int getMinColorTemperature() const;

Powered by Google App Engine
This is Rietveld 408576698