| Index: third_party/WebKit/public/web/WebAXObject.h
|
| diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
|
| index a9c1389409b08bb437956dd211f2bf25c74cddc3..0a0b9d91b55a51f7e818244731391ea0ed5eab95 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -261,6 +261,7 @@ class WebAXObject {
|
| BLINK_EXPORT void setFocused(bool) const;
|
| BLINK_EXPORT void setSelectedTextRange(int selectionStart,
|
| int selectionEnd) const;
|
| + BLINK_EXPORT void setSequentialFocusNavigationStartingPoint() const;
|
| BLINK_EXPORT void setValue(WebString) const;
|
| BLINK_EXPORT void showContextMenu() const;
|
|
|
|
|