| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| index 6323f36c1ba11cd8a2f672eb1c004ff649107c2f..ada34f43b1b79d8e96454ca653ae6f4277f1cf6f 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -21,6 +21,9 @@
|
| // feature can be enabled at runtime on a per-page basis through a signed token for the corresponding feature name.
|
| // Declaring the origin_trial_feature_name will cause a static method to be generated in OriginTrials.h/cpp. This static
|
| // method allows the feature implementation to check if it is enabled for the current context.
|
| +//
|
| +// settable_from_internals specifies whether a feature can be set from internals.runtimeFlags, with the default
|
| +// being false.
|
|
|
| AppBanner status=stable
|
| AlwaysUseComplexText status=stable
|
| @@ -173,7 +176,7 @@ SandboxBlocksModals status=stable
|
| ScreenOrientation status=stable
|
| ScriptedSpeech status=stable
|
| // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
|
| -ScrollAnchoring
|
| +ScrollAnchoring settable_from_internals=True
|
| // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
|
| // as per the spec, matching other Web engines.
|
| ScrollTopLeftInterop status=experimental
|
|
|