Commit e1b47a15 authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

Enable RespectMacLCDTextSetting by default in M86

Bug: 1079418
Change-Id: Ib48fbedd92a01f161b954c614f081f91a5ad89f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283246
Auto-Submit: Philip Rogers <pdr@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Reviewed-by: default avatarCharlie Reis <creis@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#785697}
parent 2eb41c9a
...@@ -518,8 +518,8 @@ const base::Feature kRequestUnbufferedDispatch{ ...@@ -518,8 +518,8 @@ const base::Feature kRequestUnbufferedDispatch{
// Respect the MacOS system setting for subpixel text anti-aliasing. // Respect the MacOS system setting for subpixel text anti-aliasing.
// https://crbug.com/1079418. // https://crbug.com/1079418.
const base::Feature kRespectMacLCDTextSetting{ const base::Feature kRespectMacLCDTextSetting{"RespectMacLCDTextSetting",
"RespectMacLCDTextSetting", base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Run video capture service in the Browser process as opposed to a dedicated // Run video capture service in the Browser process as opposed to a dedicated
// utility process // utility process
......
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