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

Unified Diff: content/public/browser/render_widget_host_view.h

Issue 868123002: Reset gesture detection upon page navigation for Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/public/browser/render_widget_host_view.h
diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
index 8145c0b17401323aaebe890f8a1e611280b1aebd..675ceb2f3fd84fc3f4da839c78277de67cd00589 100644
--- a/content/public/browser/render_widget_host_view.h
+++ b/content/public/browser/render_widget_host_view.h
@@ -138,6 +138,9 @@ class CONTENT_EXPORT RenderWidgetHostView {
// deleted after this call.
virtual void EndFrameSubscription() = 0;
+ // Cancel all the active touch events for the current window, only for Aura.
tdresser 2015/01/24 14:29:01 We shouldn't reference Aura here, and this shouldn
jdduke (slow) 2015/01/26 16:09:00 Would it be crazy to make this callback more gener
lanwei 2015/01/30 14:21:50 Done.
lanwei 2015/01/30 14:21:50 Done.
+ virtual void ResetGestureDetection() = 0;
+
#if defined(OS_MACOSX)
// Set the view's active state (i.e., tint state of controls).
virtual void SetActive(bool active) = 0;

Powered by Google App Engine
This is Rietveld 408576698