| Index: third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.idl b/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| index 62df88c2e921b6b1e34cc14920280b0675995362..72b0fd73a8d02b7f92a123d5ab94a98c146245b0 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| @@ -64,4 +64,7 @@
|
| void setImageColorProfilesEnabled(boolean enabled);
|
| void setScrollTopLeftInteropEnabled(boolean enabled);
|
| void setLinkHeaderEnabled(boolean enabled);
|
| + // TODO(ymalik): Remove when scroll anchoring is promoted to be a
|
| + // RuntimeEnabledFeature in test (see crbug.com/597479).
|
| + void setScrollAnchoringEnabled(boolean enabled);
|
| };
|
|
|