| 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 b81c119690581c5bf3b966291cc692706c415953..4c34f91f118ee0da28f553bfdda19bee17f7bbbb 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);
|
|
|
|
|