Index: public/web/WebAccessibilityObject.h |
diff --git a/public/web/WebAccessibilityObject.h b/public/web/WebAccessibilityObject.h |
index a8f149ae8875030bdcf6dd2bf047b34a3dcc15a9..5f936b2655ae4591e31dfac9786d43d2764c8d7d 100644 |
--- a/public/web/WebAccessibilityObject.h |
+++ b/public/web/WebAccessibilityObject.h |
@@ -34,6 +34,7 @@ |
#include "../platform/WebCommon.h" |
#include "../platform/WebPrivatePtr.h" |
#include "../platform/WebVector.h" |
+#include "WebAccessibilityEnums.h" |
#include "WebAccessibilityRole.h" |
#if WEBKIT_IMPLEMENTATION |
@@ -134,7 +135,8 @@ public: |
WEBKIT_EXPORT int hierarchicalLevel() const; |
WEBKIT_EXPORT WebAccessibilityObject hitTest(const WebPoint&) const; |
WEBKIT_EXPORT WebString keyboardShortcut() const; |
- WEBKIT_EXPORT WebAccessibilityRole roleValue() const; |
+ WEBKIT_EXPORT WebAccessibilityRole roleValue() const; // Deprecated |
+ WEBKIT_EXPORT AXRole role() const; |
WEBKIT_EXPORT unsigned selectionEnd() const; |
WEBKIT_EXPORT unsigned selectionEndLineNumber() const; |
WEBKIT_EXPORT unsigned selectionStart() const; |