Patches for v147

This commit is contained in:
Carmelo Messina
2026-03-27 15:09:49 +01:00
parent 416bb7c5cb
commit bfd5fc63c2
205 changed files with 2072 additions and 2365 deletions
@@ -45,7 +45,7 @@ diff --git a/chrome/version.gni b/chrome/version.gni
diff --git a/components/viz/common/features.cc b/components/viz/common/features.cc
--- a/components/viz/common/features.cc
+++ b/components/viz/common/features.cc
@@ -231,6 +231,7 @@ BASE_FEATURE(kEnableADPFRendererMain, base::FEATURE_ENABLED_BY_DEFAULT);
@@ -227,6 +227,7 @@ BASE_FEATURE(kEnableADPFRendererMain, base::FEATURE_ENABLED_BY_DEFAULT);
// If enabled, Chrome puts Renderer Main threads into a separate
// ADPF(Android Dynamic Performance Framework) hint session, and does not
// report any timing hints from this session.
@@ -53,7 +53,7 @@ diff --git a/components/viz/common/features.cc b/components/viz/common/features.
BASE_FEATURE(kEnableADPFSeparateRendererMainSession,
base::FEATURE_DISABLED_BY_DEFAULT);
@@ -538,6 +539,7 @@ bool ShouldRemoveRedirectionBitmap() {
@@ -559,6 +560,7 @@ bool ShouldRemoveRedirectionBitmap() {
#if BUILDFLAG(IS_ANDROID)
bool ShouldUseAdpfForSoc(std::string_view soc_allowlist,
std::string_view soc) {
@@ -64,7 +64,7 @@ diff --git a/components/viz/common/features.cc b/components/viz/common/features.
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
@@ -525,16 +525,13 @@ bool IsAdpfEnabled() {
@@ -524,16 +524,13 @@ bool IsAdpfEnabled() {
switches::kDisableAdpf)) {
return false;
}