Set flag to not wait for activation
Waiting for the compositor "activation" means that we cannot
parallelize the layers. Create an experiment here to remove it.
Tests and perf with this WIP CL:
https://chromium-review.googlesource.com/c/chromium/src/+/2057346
Bug: 1046463
Change-Id: I7631a84eca45e2ce20de51628c8c652108ba6cba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056933
Commit-Queue: Aaron Krajeski <[email protected]>
Reviewed-by: Aaron Krajeski <[email protected]>
Reviewed-by: Chris Harrelson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#743161}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 428bd775..e16af77 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4730,6 +4730,10 @@
flag_descriptions::kImpulseScrollAnimationsName,
flag_descriptions::kImpulseScrollAnimationsDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kImpulseScrollAnimations)},
+ {"texture-layer-skip-wait-for-activation",
+ flag_descriptions::kTextureLayerSkipWaitForActivationName,
+ flag_descriptions::kTextureLayerSkipWaitForActivationDescription, kOsAll,
+ FEATURE_VALUE_TYPE(features::kTextureLayerSkipWaitForActivation)},
{"percent-based-scrolling", flag_descriptions::kPercentBasedScrollingName,
flag_descriptions::kPercentBasedScrollingDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kPercentBasedScrolling)},