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

Unified Diff: content/renderer/render_widget.h

Issue 868933002: [Contextual Search] Check ARIA Roles before triggering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: None. Created 5 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
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index dca45ed2a7f5e3633a44614c9731778e7098ccc9..172a5f2fdb7860b3e7f96196df5fd5b84875828d 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -193,6 +193,8 @@ class CONTENT_EXPORT RenderWidget
#if defined(OS_ANDROID)
// Notifies that a tap was not consumed, so showing a UI for the unhandled
// tap may be needed.
+ // Performs various checks on the given WebNode to apply heuristics to
+ // determine if triggering is appropriate.
virtual void showUnhandledTapUIIfNeeded(
const blink::WebPoint& tapped_position,
const blink::WebNode& tapped_node,
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698