Commit fec62b63 authored by Sam Fortiner's avatar Sam Fortiner Committed by Commit Bot

Add AssumeOverlapAfterFixedOrStickyPosition trial

Based on early results in dev/canary, this feature is looking promising
and we would like to continue this experiment in Beta.  To unblock that
we are enabling this experiment for the perf bots now to get more data
on the impact.

Bug: 752756
Change-Id: Ia8078787194ce2ee5e1922456dc80576f84ef176
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993144
Commit-Queue: Sam Fortiner <samfort@microsoft.com>
Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731698}
parent 024022f5
...@@ -647,6 +647,26 @@ ...@@ -647,6 +647,26 @@
] ]
} }
], ],
"AssumeOverlapAfterFixedOrStickyPosition": [
{
"platforms": [
"android",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AssumeOverlapAfterFixedOrStickyPosition"
]
}
]
}
],
"AsyncDns": [ "AsyncDns": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment