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

Unified Diff: media/base/android/java/src/org/chromium/media/VideoCaptureFactory.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
Index: media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java
diff --git a/media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java b/media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java
index 12e10a304d0c1d58facea7a3f08e56fdd67ed6f0..d33401a2c1c7d5ac74a724d56f3d2b25b0a4ca14 100644
--- a/media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java
+++ b/media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java
@@ -26,6 +26,7 @@ import org.chromium.media.VideoCapture;
* takes into account the mentioned special devices.
**/
@JNINamespace("media")
+@SuppressWarnings("deprecation")
class VideoCaptureFactory {
static class CamParams {

Powered by Google App Engine
This is Rietveld 408576698