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

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

Issue 2301043006: Image Capture: wire RedEyeReduction getter (Closed)
Patch Set: Removed superfluous builder.setRedEyeReduction(false); 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: 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 c933322ce24311f7d0f088a3d79d370fd1be5c6e..9f1e652242c687631a338b1345ae1553a987b916 100644
--- a/media/capture/video/android/photo_capabilities.h
+++ b/media/capture/video/android/photo_capabilities.h
@@ -61,6 +61,7 @@ class PhotoCapabilities {
int getCurrentExposureCompensation() const;
AndroidMeteringMode getWhiteBalanceMode() const;
AndroidFillLightMode getFillLightMode() const;
+ bool getRedEyeReduction() const;
private:
const base::android::ScopedJavaLocalRef<jobject> object_;

Powered by Google App Engine
This is Rietveld 408576698