| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index b36d5e2e67e3eeed271df40b8475ff8a03f07832..416ded3daf714dfc590066ff112b03044e7a8b8e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -305,6 +305,8 @@
|
| void setFocused(boolean focused);
|
| void setInitialFocus(boolean reverse);
|
|
|
| + void setSequentialFocusNavigationStartingPoint(Node node);
|
| +
|
| boolean ignoreLayoutWithPendingStylesheets(Document document);
|
|
|
| // These functions are for testing NetInfo. You must call setNetworkStateNotifierTestOnly(true)
|
|
|