Patches for v143

This commit is contained in:
Carmelo Messina
2025-11-22 16:25:29 +01:00
parent 97d638e44a
commit 3cf5e136d8
210 changed files with 2183 additions and 2525 deletions
@@ -48,11 +48,11 @@ diff --git a/components/viz/common/features.cc b/components/viz/common/features.
+// see https://source.chromium.org/chromium/chromium/src/+/e7507d15614ac7f499fb89086b3a09772fa8deb4
BASE_FEATURE(kEnableADPFSetThreads, base::FEATURE_ENABLED_BY_DEFAULT);
// If enabled, Chrome uses notifyWorkloadReset method on viz wakeup instead of
// If enabled, Chrome uses notifyWorkloadIncrease ADPF(Android Dynamic
diff --git a/components/viz/service/performance_hint/hint_session.cc b/components/viz/service/performance_hint/hint_session.cc
--- a/components/viz/service/performance_hint/hint_session.cc
+++ b/components/viz/service/performance_hint/hint_session.cc
@@ -335,16 +335,13 @@ bool IsAdpfEnabled() {
@@ -370,16 +370,13 @@ bool IsAdpfEnabled() {
switches::kDisableAdpf)) {
return false;
}