Commit 3d1759c9 authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

[BlinkGenPropertyTrees] Promote BGPT to experimental

BlinkGenPropertyTrees (BGPT) is an incremental step towards making
compositing decisions after the paint lifecycle phase. The primary
changes are to build property trees in blink and send a layer list to
the compositor, rather than building property trees in cc from a layer
tree. This patch marks the project as experimental which will give us
test and perf coverage on the bots.

Sheriffs: This shifts time (e.g., we now run PaintArtifactCompositor
and no longer run the cc property tree builder) and will likely change
performance benchmarks. Because this is an initial trial, feel free to
roll this patch out.

Bug: 836884
Change-Id: Ia1073bdd0922503925c17161f052bdfcd94196b7
Reviewed-on: https://chromium-review.googlesource.com/c/1292555Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601429}
parent a7d66f97
......@@ -127,6 +127,7 @@
},
{
name: "BlinkGenPropertyTrees",
status: "experimental",
},
{
name: "BlinkRuntimeCallStats",
......
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