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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2783233004: Refine tap disambiguation UMA to track same-node/different-node. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 92bdf0736773c4ba96a72dbbc33fd146b0f7b557..b4b742e0ad74270332f44caeb38c57b4d5b979b1 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -406,6 +406,12 @@ class WebView : protected WebWidget {
// Hides any popup (suggestions, selects...) that might be showing.
virtual void hidePopups() = 0;
+ // Generate a synthetic touch event applying the result of a tap
+ // disambiguation popup.
+ virtual void resolveTapDisambiguation(double timestampSeconds,
+ WebPoint tapViewportOffset,
+ bool isLongPress) = 0;
+
// Visited link state --------------------------------------------------
// Tells all WebView instances to update the visited link state for the

Powered by Google App Engine
This is Rietveld 408576698