| Index: content/common/android/common_jni_registrar.cc
|
| diff --git a/content/common/android/common_jni_registrar.cc b/content/common/android/common_jni_registrar.cc
|
| index f854fd9602c88ebe8d295055d3fb546c865df503..bf774e6d904bc0836a2c0499fcf6c289f1236bf9 100644
|
| --- a/content/common/android/common_jni_registrar.cc
|
| +++ b/content/common/android/common_jni_registrar.cc
|
| @@ -11,12 +11,14 @@
|
| #include "content/common/android/hash_set.h"
|
| #include "content/common/android/surface_texture_listener.h"
|
| #include "content/common/android/trace_event_binding.h"
|
| +#include "webkit/glue/fling_animator_impl_android.h"
|
|
|
| namespace {
|
| base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| { "CommandLine", RegisterCommandLine },
|
| { "DeviceTelephonyInfo",
|
| content::DeviceTelephonyInfo::RegisterDeviceTelephonyInfo },
|
| + { "FlingAnimator", webkit_glue::FlingAnimatorImpl::RegisterJni },
|
| { "HashSet", content::RegisterHashSet },
|
| { "SurfaceTextureListener",
|
| content::SurfaceTextureListener::RegisterSurfaceTextureListener },
|
|
|