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

Unified Diff: Source/web/WebNode.cpp

Issue 978173002: Merge 190852 "[Contextual Search] Check for an ARIA widget." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2311/
Patch Set: 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 | « Source/modules/modules.gypi ('k') | public/web/WebNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNode.cpp
===================================================================
--- Source/web/WebNode.cpp (revision 191329)
+++ Source/web/WebNode.cpp (working copy)
@@ -163,6 +163,11 @@
return m_private->isContentEditable();
}
+bool WebNode::isInsideFocusableElementOrARIAWidget() const
+{
+ return AXObject::isInsideFocusableElementOrARIAWidget(*this->constUnwrap<Node>());
+}
+
bool WebNode::isElementNode() const
{
return m_private->isElementNode();
« no previous file with comments | « Source/modules/modules.gypi ('k') | public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698