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

Unified Diff: public/web/WebAXObject.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
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index d3c52e2387c84c7f612cc3b3f45a05542df0cbe3..c5a4a951fff078bb0afbb0c710cd7a52ad513e02 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -229,6 +229,8 @@ public:
// Scroll this object to a given point in global coordinates of the top-level window.
BLINK_EXPORT void scrollToGlobalPoint(const WebPoint&) const;
+ BLINK_EXPORT static bool isInsideFocusableElementOrARIAWidget(const WebNode&);
+
#if BLINK_IMPLEMENTATION
WebAXObject(const WTF::PassRefPtr<AXObject>&);
WebAXObject& operator=(const WTF::PassRefPtr<AXObject>&);

Powered by Google App Engine
This is Rietveld 408576698