| 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 8af145b7ace84075cee3b68cd5d199180af2e4d9..2cd5d191bf276b3aaceaaaf6aea15cb06218f9ec 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -176,6 +176,9 @@ RenderingPipelineThrottling status=stable
|
| RenderUnicodeControlCharacters status=experimental
|
| RequestIdleCallback status=stable
|
| ResizeObserver status=experimental
|
| +// Handles frame scrolling via the root PaintLayer instead of the FrameView.
|
| +// crbug.com/417782 tracks enabling this by default.
|
| +RootLayerScrolling
|
| RTCPeerConnectionNewGetStats status=test
|
| SandboxBlocksModals status=stable
|
| ScriptedSpeech status=stable
|
|
|