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

Unified Diff: device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « device/capture/content/README ('k') | device/capture/content/android/screen_capture_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java
diff --git a/media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java b/device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java
similarity index 99%
rename from media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java
rename to device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java
index 6ac2a76853d5609e590291b1615101dad2e1f3f5..008cdf212d1699ba0e9a1a82732e24dc69eda857 100644
--- a/media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java
+++ b/device/capture/content/android/java/src/org/chromium/device/ScreenCapture.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.annotation.TargetApi;
import android.app.Activity;
@@ -38,7 +38,7 @@ import java.nio.ByteBuffer;
* API 21 (L Release). Capture takes place in the current Looper, while pixel
* download takes place in another thread used by ImageReader.
**/
-@JNINamespace("media")
+@JNINamespace("device")
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class ScreenCapture extends Fragment {
private static final String TAG = "ScreenCaptureMachine";
« no previous file with comments | « device/capture/content/README ('k') | device/capture/content/android/screen_capture_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698