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

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

Issue 2783233004: Refine tap disambiguation UMA to track same-node/different-node. (Closed)
Patch Set: Deprecate existing field 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698