Patches for v147
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user