| 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 },
|
| };
|
|
|
|
|