Index: third_party/WebKit/public/web/WebDocument.h |
diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h |
index 16cb6c4557399c5e79a90e454fa92c49ea1ad17b..8df23d1057c464710303db3cb3a299255821ab61 100644 |
--- a/third_party/WebKit/public/web/WebDocument.h |
+++ b/third_party/WebKit/public/web/WebDocument.h |
@@ -121,6 +121,10 @@ public: |
// Gets the accessibility object for an object on this page by ID. |
BLINK_EXPORT WebAXObject accessibilityObjectFromID(int axID) const; |
+ |
+ // Gets the accessibility object that has focus. |
+ BLINK_EXPORT WebAXObject focusedAccessibilityObject() const; |
+ |
// Inserts the given CSS source code as a stylesheet in the document. |
BLINK_EXPORT void insertStyleSheet(const WebString& sourceCode); |