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() |