fixup! 6606232: [views] Remove DesktopWindowTreeHostWin::window_enlargement_ https://chromium-review.googlesource.com/c/chromium/src/+/6606232

This commit is contained in:
clavin
2025-06-04 18:27:40 -06:00
committed by John Kleinschmidt
parent 0385b5c85e
commit 32e75651c1

View File

@@ -60,12 +60,6 @@ void InitializeFeatureList() {
// Delayed spellcheck initialization is causing the
// 'custom dictionary word list API' spec to crash.
std::string(",") + spellcheck::kWinDelaySpellcheckServiceInit.name;
// Refs https://issues.chromium.org/issues/401996981
// TODO(deepak1556): Remove this once test added in
// https://github.com/electron/electron/pull/12904
// can work without this feature.
enable_features += std::string(",") +
views::features::kEnableTransparentHwndEnlargement.name;
#endif
#if BUILDFLAG(IS_MAC)