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

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

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.h
diff --git a/ui/events/android/motion_event_android.h b/ui/events/android/motion_event_android.h
index f6ddf5300fa7f39e65affa6bedfb86f52ab3c2d6..f4d915e5e33ed0fd203a9e41eabe3548aa162e5d 100644
--- a/ui/events/android/motion_event_android.h
+++ b/ui/events/android/motion_event_android.h
@@ -92,8 +92,6 @@ class EVENTS_EXPORT MotionEventAndroid : public MotionEvent {
int GetButtonState() const override;
int GetFlags() const override;
- static bool RegisterMotionEventAndroid(JNIEnv* env);
-
private:
struct CachedPointer;

Powered by Google App Engine
This is Rietveld 408576698