22 lines
765 B
Diff
22 lines
765 B
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Sat, 24 Jan 2026 16:38:38 +0000
|
|
Subject: Disable minikin hyphenation
|
|
|
|
---
|
|
third_party/blink/public/public_features.gni | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/third_party/blink/public/public_features.gni b/third_party/blink/public/public_features.gni
|
|
--- a/third_party/blink/public/public_features.gni
|
|
+++ b/third_party/blink/public/public_features.gni
|
|
@@ -10,7 +10,7 @@ import("//build/config/ui.gni")
|
|
enable_unhandled_tap = is_android
|
|
|
|
# Use Minikin hyphenation engine.
|
|
-use_minikin_hyphenation = !is_apple
|
|
+use_minikin_hyphenation = false
|
|
|
|
# Web Smart Card API is currently supported only on chromeos.
|
|
# TODO(crbug.com/470349523): Migrate more smart card files to this flag.
|
|
--
|