Skip to content

Commit

Permalink
Add SK_IGNORE_MAC_OPSZ_FORCE to hold out Skia change.
Browse files Browse the repository at this point in the history
Skia is planning to change how the CTFont is created for glyph metrics
and drawing. As a result there will be some changes to layout tests.
Hold out the Skia side changes until the tests can be updated.

Change-Id: I807591eba700c7af3e20c5e234af06d16155a742
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068829
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744033}
  • Loading branch information
bungeman authored and Commit Bot committed Feb 24, 2020
1 parent 97e1e77 commit f6d49a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ config("skia_library_config") {
defines += [ "SK_FREETYPE_MINIMUM_RUNTIME_VERSION=(((FREETYPE_MAJOR) * 0x01000000) | ((FREETYPE_MINOR) * 0x00010000) | ((FREETYPE_PATCH) * 0x00000100))" ]
}

defines += [ "SKIA_IMPLEMENTATION=1" ]
defines += [
"SKIA_IMPLEMENTATION=1",
"SK_IGNORE_MAC_OPSZ_FORCE",
]

if (current_cpu == "arm") {
if (arm_use_neon) {
Expand Down

0 comments on commit f6d49a4

Please sign in to comment.