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

Unified Diff: base/android/jni_generator/jni_generator.py

Issue 10695020: upstream SurfaceTextureListener and SurfaceTextureBridge class for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits Created 8 years, 6 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 | content/common/android/common_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/jni_generator.py
diff --git a/base/android/jni_generator/jni_generator.py b/base/android/jni_generator/jni_generator.py
index 5da57ae5db8a21e5d4bdd6b11a5f08fe972cf1b6..857ac331fcaefe160a27ae4dd4e8c6f2d3d914fe 100755
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -176,9 +176,9 @@ def JavaParamToJni(param):
'Lorg/chromium/content/browser/SandboxedProcessArgs',
'Lorg/chromium/content/browser/SandboxedProcessConnection',
'Lorg/chromium/content/app/SandboxedProcessService',
- 'Lorg/chromium/content/browser/SurfaceTextureListener',
'Lorg/chromium/content/browser/TouchPoint',
'Lorg/chromium/content/browser/WaitableNativeEvent',
+ 'Lorg/chromium/content/common/SurfaceTextureListener',
'Lorg/chromium/media/MediaPlayerListener',
'Lorg/chromium/net/NetworkChangeNotifier',
'Lorg/chromium/net/ProxyChangeListener',
« no previous file with comments | « no previous file | content/common/android/common_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698