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

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

Issue 555113002: Android video capture: suppress deprecated warnings while migrating to new API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/src/org/chromium/media/VideoCapture.java
diff --git a/media/base/android/java/src/org/chromium/media/VideoCapture.java b/media/base/android/java/src/org/chromium/media/VideoCapture.java
index fe1863f225b426b71c211c8bf48d22a82a6ae304..5ca9cfc5734cc68066da93db621863574c57a7b0 100644
--- a/media/base/android/java/src/org/chromium/media/VideoCapture.java
+++ b/media/base/android/java/src/org/chromium/media/VideoCapture.java
@@ -25,6 +25,7 @@ import java.util.concurrent.locks.ReentrantLock;
* Video Capture Device base class to interface to native Chromium.
**/
@JNINamespace("media")
+@SuppressWarnings("deprecation")
public abstract class VideoCapture implements PreviewCallback {
protected static class CaptureFormat {
« no previous file with comments | « no previous file | media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698