Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebNode.h
index 1b3df2e..d0f363e 100644 (file)
@@ -39,6 +39,7 @@
 namespace blink {
 
 class Node;
+class WebAXObject;
 class WebDOMEvent;
 class WebDocument;
 class WebElement;
@@ -125,6 +126,8 @@ public:
     BLINK_EXPORT WebPluginContainer* pluginContainer() const;
     BLINK_EXPORT WebElement shadowHost() const;
 
+    BLINK_EXPORT WebAXObject accessibilityObject();
+
     template<typename T> T to()
     {
         T res;