Commit 580da61b authored by Dominik Röttsches's avatar Dominik Röttsches Committed by Commit Bot

Revert "Disable FontSrcLocalMatching on Windows"

This reverts commit 2636d855.

Reactivate FontSrcLocalMatching by default on Windows after bot
testing stability has been restored.

Bug: 999787
Change-Id: If897a8b8193d4ad398d15db421bebc3bb58043b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787287
Commit-Queue: Avi Drissman <avi@chromium.org>
Auto-Submit: Dominik Röttsches <drott@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694271}
parent 57007114
......@@ -152,15 +152,8 @@ const base::Feature kFeaturePolicyForSandbox{"FeaturePolicyForSandbox",
// Enables fixes for matching src: local() for web fonts correctly against full
// font name or postscript name. Rolling out behind a flag, as enabling this
// enables a font indexer on Android which we need to test in the field first.
// TODO(https://crbug.com/996027): Re-enable this on Windows once Windows 7
// DWRiteFontLookupTableBuilder stability is fixed.
#if !defined(OS_WIN)
const base::Feature kFontSrcLocalMatching{"FontSrcLocalMatching",
base::FEATURE_ENABLED_BY_DEFAULT};
#else
const base::Feature kFontSrcLocalMatching{"FontSrcLocalMatching",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif
// Enables scrollers inside Blink to store scroll offsets in fractional
// floating-point numbers rather than truncating to integers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment