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 b56900337cea07ded554168582b270ec9600aa01..e4bfc293fb68016ef0bc1091ddb995f5208858c6 100644 |
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
@@ -159,6 +159,8 @@ RestrictIFramePermissions |
SandboxBlocksModals status=stable |
ScreenOrientation status=stable |
ScriptedSpeech status=stable |
+// Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
+ScrollAnchoring |
// Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
// as per the spec, matching other Web engines. |
ScrollTopLeftInterop status=experimental |