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

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

Issue 10532148: Adding java TouchPoint class for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase with some gyp file changes 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/browser/android/touch_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a9fe08da4cfb965318a1ae5396c4efd3cb5eac66..9f858b938a2c16a39c07629248468522a25f45ab 100644
--- a/content/app/android/content_jni_registrar.cc
+++ b/content/app/android/content_jni_registrar.cc
@@ -14,6 +14,7 @@
#include "content/browser/android/device_info.h"
#include "content/browser/android/download_controller.h"
#include "content/browser/android/sandboxed_process_launcher.h"
+#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/trace_event_binding.h"
@@ -32,6 +33,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "SandboxedProcessService", content::RegisterSandboxedProcessService },
{ "SurfaceCallback", content::RegisterSurfaceCallback },
+ { "TouchPoint", content::RegisterTouchPoint },
{ "TraceEvent", RegisterTraceEvent },
};
« no previous file with comments | « no previous file | content/browser/android/touch_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698