mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Enable JPEG XL
This commit is contained in:
parent
1a69c03958
commit
1691fbba54
1 changed files with 1 additions and 1 deletions
2
third_party/blink/common/features.cc
vendored
2
third_party/blink/common/features.cc
vendored
|
@ -714,7 +714,7 @@ const base::Feature kKeepScriptResourceAlive{"KeepScriptResourceAlive",
|
|||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
|
||||
// Enables the JPEG XL Image File Format (JXL).
|
||||
const base::Feature kJXL{"JXL", base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
const base::Feature kJXL{"JXL", base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
|
||||
// Make all pending 'display: auto' web fonts enter the swap or failure period
|
||||
// immediately before reaching the LCP time limit (~2500ms), so that web fonts
|
||||
|
|
Loading…
Reference in a new issue