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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 660663002: Clear pending events upon main frame navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates Created 6 years, 1 month 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 | « chrome/browser/apps/web_view_browsertest.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 6e906960d07bd06784fafb0e399ea84d81046aea..d29cf90824da834ee0d20a1ab0b33ed3843e89b0 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -145,7 +145,8 @@ class ContentViewCoreImpl : public ContentViewCore,
void MoveCaret(JNIEnv* env, jobject obj, jfloat x, jfloat y);
void HideTextHandles(JNIEnv* env, jobject obj);
- void ResetGestureDetection(JNIEnv* env, jobject obj);
+ void CancelActiveTouchSequence(JNIEnv* env, jobject obj);
+ void ResetPendingInput(JNIEnv* env, jobject obj);
void SetDoubleTapSupportEnabled(JNIEnv* env, jobject obj, jboolean enabled);
void SetMultiTouchZoomSupportEnabled(JNIEnv* env,
jobject obj,
« no previous file with comments | « chrome/browser/apps/web_view_browsertest.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698