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

Unified Diff: media/capture/video/android/java/src/org/chromium/media/VideoCapture.java

Issue 2164473002: ImageCapture: wire PhotoCapabilities' ISO, width, height and PhotoSettings' width and height (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng@ comments Created 4 years, 5 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/java/src/org/chromium/media/VideoCapture.java
diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java b/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
index 1801dbae97460f8135a6094967f842ffc4d0dabe..9fe8aece6b41df9f538a47cd3b8134d60dcde6b6 100644
--- a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
+++ b/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
@@ -55,7 +55,7 @@ public abstract class VideoCapture {
public abstract void setZoom(int zoom);
@CalledByNative
- public abstract boolean takePhoto(final long callbackId);
+ public abstract boolean takePhoto(final long callbackId, int width, int height);
@CalledByNative
public abstract void deallocate();

Powered by Google App Engine
This is Rietveld 408576698