Enable Android Dynamic Performance Framework: try to fix #2713
This commit is contained in:
@@ -57,7 +57,7 @@ diff --git a/components/viz/common/features.cc b/components/viz/common/features.
|
||||
|
||||
bool ShouldUseAdpfForSoc(std::string_view soc_allowlist,
|
||||
std::string_view soc) {
|
||||
+ if ((true)) return true;
|
||||
+ // if ((true)) return true; temporarily disabled due #2713
|
||||
std::vector<std::string_view> allowlist = base::SplitStringPiece(
|
||||
soc_allowlist, "|", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY);
|
||||
return base::Contains(allowlist, soc);
|
||||
|
||||
Reference in New Issue
Block a user