Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ee33a3a

Browse files
RusinoSkia Commit-Bot
authored andcommitted
Added SK_PARAGRAPH_LIBTXT_SPACES_RESOLUTION to flutter_defines.gni
as a reminder that what we do here is not right and we only need it temporary for Flutter. Bug: skia:10715 Change-Id: I186edd3f761db72d2973c1128e0d95a78bd332f7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335220 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Julia Lavrova <jlavrova@google.com>
1 parent 3969746 commit ee33a3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gn/flutter_defines.gni

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ flutter_defines = [
1111
# Remove software rasterizers to save some code size.
1212
"SK_DISABLE_AAA",
1313

14+
# Things we do for Flutter but don't want in general text layout
15+
"SK_PARAGRAPH_LIBTXT_SPACES_RESOLUTION",
16+
1417
# Staging
1518
"SK_SUPPORT_LEGACY_MATRIX_FACTORIES",
1619

0 commit comments

Comments
 (0)