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

Unified Diff: content/common/android/common_jni_registrar.cc

Issue 12638003: Replace hand-written JNI in fling_animator with generated bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | webkit/glue/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
« no previous file with comments | « no previous file | webkit/glue/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698