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

Unified Diff: content/app/android/content_jni_registrar.cc

Issue 10695020: upstream SurfaceTextureListener and SurfaceTextureBridge class for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments and add StreamTextureManagerAndroid class 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
Index: content/app/android/content_jni_registrar.cc
diff --git a/content/app/android/content_jni_registrar.cc b/content/app/android/content_jni_registrar.cc
index fbc61103feb9d5d0a70cdd070de5d0a395ebd07f..e9d5eb210720ef1b9bca39c726ea600230e67b6c 100644
--- a/content/app/android/content_jni_registrar.cc
+++ b/content/app/android/content_jni_registrar.cc
@@ -19,6 +19,7 @@
#include "content/browser/android/touch_point.h"
#include "content/common/android/command_line.h"
#include "content/common/android/surface_callback.h"
+#include "content/common/android/surface_texture_listener.h"
#include "content/common/android/trace_event_binding.h"
namespace content {
@@ -36,6 +37,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "SandboxedProcessService", content::RegisterSandboxedProcessService },
{ "SurfaceCallback", content::RegisterSurfaceCallback },
+ { "SurfaceTextureListener",
+ content::SurfaceTextureListener::RegisterSurfaceTextureListener },
jam 2012/06/28 23:12:26 nit: 4 space indent
qinmin 2012/06/28 23:57:25 Done.
{ "TouchPoint", content::RegisterTouchPoint },
{ "TraceEvent", RegisterTraceEvent },
{ "UserAgent", content::RegisterUserAgent },

Powered by Google App Engine
This is Rietveld 408576698