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

Unified Diff: content/browser/renderer_host/input/content_gesture_provider.h

Issue 178193022: [Android] Always insert a TouchCancel if window or tab focus is lost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 10 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: content/browser/renderer_host/input/content_gesture_provider.h
diff --git a/content/browser/renderer_host/input/content_gesture_provider.h b/content/browser/renderer_host/input/content_gesture_provider.h
index 0965a978a847b135be67c9a31ca55040d7e7b940..4b240dd4b6f537998a50bd381b696d1d2a121dff 100644
--- a/content/browser/renderer_host/input/content_gesture_provider.h
+++ b/content/browser/renderer_host/input/content_gesture_provider.h
@@ -44,10 +44,10 @@ class ContentGestureProvider : public ui::TouchDispositionGestureFilterClient,
// Methods delegated to |gesture_provider_|.
void ResetGestureDetectors();
- void CancelActiveTouchSequence();
void SetMultiTouchSupportEnabled(bool enabled);
void SetDoubleTapSupportForPlatformEnabled(bool enabled);
void SetDoubleTapSupportForPageEnabled(bool enabled);
+ const ui::MotionEvent* GetCurrentDownEvent() const;
private:
// ui::GestureProviderClient
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/renderer_host/input/content_gesture_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698