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; |
BLINK_EXPORT WebAXObject accessibilityObject(); |
template<typename T> T to() |