mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: corner smoothing feature gate crash (#47785)
* fix: corner smoothing feature gate crash Co-authored-by: clavin <clavin@electronjs.org> * Fix ElectronCornerSmoothing::CSSValueFromComputedStyleInternal Co-authored-by: clavin <clavin@electronjs.org> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: clavin <clavin@electronjs.org>
This commit is contained in:
@@ -219,9 +219,6 @@ inline constexpr std::string_view kSpellcheck = "spellcheck";
|
||||
inline constexpr std::string_view kEnableDeprecatedPaste =
|
||||
"enableDeprecatedPaste";
|
||||
|
||||
// Whether the -electron-corner-smoothing CSS rule is enabled.
|
||||
inline constexpr std::string_view kEnableCornerSmoothingCSS =
|
||||
"enableCornerSmoothingCSS";
|
||||
} // namespace options
|
||||
|
||||
// Following are actually command line switches, should be moved to other files.
|
||||
|
||||
Reference in New Issue
Block a user