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

Unified Diff: public/web/WebNode.h

Issue 885163002: [Contextual Search] Check for ARIA widget roles. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleaup usage of Web wrappers. 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
« Source/modules/accessibility/AXObjectTest.cpp ('K') | « public/web/WebAXObject.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNode.h
diff --git a/public/web/WebNode.h b/public/web/WebNode.h
index d0f363ee3d9c3829a468b829fb5f265848169d3d..d98fbf7e23625f1901ab67059ed2b0c50f422ae7 100644
--- a/public/web/WebNode.h
+++ b/public/web/WebNode.h
@@ -126,6 +126,7 @@ public:
BLINK_EXPORT WebPluginContainer* pluginContainer() const;
BLINK_EXPORT WebElement shadowHost() const;
+ BLINK_EXPORT bool isInsideFocusableElementOrARIAWidget() const;
dmazzoni 2015/02/10 07:40:54 Do you need to define this interface on both WebNo
Donn Denman 2015/02/24 23:37:52 Done -- removed the WebAXObject API.
BLINK_EXPORT WebAXObject accessibilityObject();
template<typename T> T to()
« Source/modules/accessibility/AXObjectTest.cpp ('K') | « public/web/WebAXObject.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698