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

Unified Diff: ui/events/android/motion_event_android.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, more fixes Created 4 years, 5 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: ui/events/android/motion_event_android.cc
diff --git a/ui/events/android/motion_event_android.cc b/ui/events/android/motion_event_android.cc
index e14209b436e906c257a3200ccd957e94c8225aba..cd21f439232ee3570adac15828c8a77195d67486 100644
--- a/ui/events/android/motion_event_android.cc
+++ b/ui/events/android/motion_event_android.cc
@@ -354,9 +354,4 @@ MotionEventAndroid::CachedPointer MotionEventAndroid::FromAndroidPointer(
return result;
}
-// static
-bool MotionEventAndroid::RegisterMotionEventAndroid(JNIEnv* env) {
- return JNI_MotionEvent::RegisterNativesImpl(env);
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698