Chromium Code Reviews| Index: public/web/WebNode.h |
| =================================================================== |
| --- public/web/WebNode.h (revision 191329) |
| +++ public/web/WebNode.h (working copy) |
| @@ -126,6 +126,7 @@ |
| BLINK_EXPORT WebPluginContainer* pluginContainer() const; |
| BLINK_EXPORT WebElement shadowHost() const; |
| + BLINK_EXPORT bool isInsideFocusableElementOrARIAWidget() const; |
| BLINK_EXPORT WebAXObject accessibilityObject(); |
| template<typename T> T to() |