30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From: Your Name <you@example.com>
|
|
Date: Wed, 12 Oct 2022 11:59:30 +0000
|
|
Subject: WIN ADDTO Revert flags: remove num-raster-thre
|
|
|
|
---
|
|
chrome/browser/about_flags.cc | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
|
--- a/chrome/browser/about_flags.cc
|
|
+++ b/chrome/browser/about_flags.cc
|
|
@@ -390,6 +390,7 @@ const FeatureEntry::Choice kOverlayStrategiesChoices[] = {
|
|
"single-fullscreen,single-on-top,underlay"},
|
|
};
|
|
|
|
+#if BUILDFLAG(IS_ANDROID)
|
|
const FeatureEntry::Choice kNumRasterThreadsChoices[] = {
|
|
{flags_ui::kGenericExperimentChoiceDefault, "", ""},
|
|
{flag_descriptions::kNumRasterThreadsOne, cc::switches::kNumRasterThreads, "1"},
|
|
@@ -398,6 +399,7 @@ const FeatureEntry::Choice kNumRasterThreadsChoices[] = {
|
|
"3"},
|
|
{flag_descriptions::kNumRasterThreadsFour, cc::switches::kNumRasterThreads,
|
|
"4"}};
|
|
+#endif
|
|
|
|
const FeatureEntry::Choice kTouchTextSelectionStrategyChoices[] = {
|
|
{flags_ui::kGenericExperimentChoiceDefault, "", ""},
|
|
--
|
|
2.25.1
|