Commit 3a6bd7da authored by Chris Harrelson's avatar Chris Harrelson Committed by Commit Bot

Add a field trial testing config for CompositingOptimizations

Remove PaintHolding to make room, since the file was too big
for Windows command-lines otherwise.

Bug: 1115577

Change-Id: Ib2dda288cce960a1c0c43eda99487327004f4fe3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353707Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797708}
parent adf39075
...@@ -1675,6 +1675,25 @@ ...@@ -1675,6 +1675,25 @@
] ]
} }
], ],
"CompositingOptimizations": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"CompositingOptimizations"
]
}
]
}
],
"ContentCapture": [ "ContentCapture": [
{ {
"platforms": [ "platforms": [
...@@ -5171,26 +5190,6 @@ ...@@ -5171,26 +5190,6 @@
] ]
} }
], ],
"PaintHolding": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PaintHolding"
]
}
]
}
],
"PaintHoldingCrossOrigin": [ "PaintHoldingCrossOrigin": [
{ {
"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