Loading build/patches/Enable-Android-Dynamic-Performance-Framework.patch +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
build/patches/Enable-Android-Dynamic-Performance-Framework.patch +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading