Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 153a54c0 authored by Carmelo Messina's avatar Carmelo Messina
Browse files

Enable Android Dynamic Performance Framework: try to fix #2713

parent 7c97ec46
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ diff --git a/components/viz/common/features.cc b/components/viz/common/features.
 
 
 bool ShouldUseAdpfForSoc(std::string_view soc_allowlist,
 bool ShouldUseAdpfForSoc(std::string_view soc_allowlist,
                          std::string_view soc) {
                          std::string_view soc) {
+  if ((true)) return true;
+  // if ((true)) return true; temporarily disabled due #2713
   std::vector<std::string_view> allowlist = base::SplitStringPiece(
   std::vector<std::string_view> allowlist = base::SplitStringPiece(
       soc_allowlist, "|", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY);
       soc_allowlist, "|", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY);
   return base::Contains(allowlist, soc);
   return base::Contains(allowlist, soc);