mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fixup! 6606232: [views] Remove DesktopWindowTreeHostWin::window_enlargement_ https://chromium-review.googlesource.com/c/chromium/src/+/6606232
This commit is contained in:
committed by
John Kleinschmidt
parent
0385b5c85e
commit
32e75651c1
@@ -60,12 +60,6 @@ void InitializeFeatureList() {
|
|||||||
// Delayed spellcheck initialization is causing the
|
// Delayed spellcheck initialization is causing the
|
||||||
// 'custom dictionary word list API' spec to crash.
|
// 'custom dictionary word list API' spec to crash.
|
||||||
std::string(",") + spellcheck::kWinDelaySpellcheckServiceInit.name;
|
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
|
#endif
|
||||||
|
|
||||||
#if BUILDFLAG(IS_MAC)
|
#if BUILDFLAG(IS_MAC)
|
||||||
|
|||||||
Reference in New Issue
Block a user