| Index: device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
|
| diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java b/device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
|
| similarity index 98%
|
| rename from media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
|
| rename to device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
|
| index 71a8bb17ec975a9137344a2b0c8c0b5545b79b0f..3500596e3b50e59140535c0d4720331aac9f9eb3 100644
|
| --- a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
|
| +++ b/device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.media;
|
| +package org.chromium.device;
|
|
|
| import android.content.Context;
|
| import android.graphics.ImageFormat;
|
| @@ -19,7 +19,7 @@ import java.nio.ByteBuffer;
|
| * needs to use to configure, start capture, and to be reached by callbacks and
|
| * provides some neccesary data type(s) with accessors.
|
| **/
|
| -@JNINamespace("media")
|
| +@JNINamespace("device")
|
| public abstract class VideoCapture {
|
| // The angle (0, 90, 180, 270) that the image needs to be rotated to show in
|
| // the display's native orientation.
|
|
|