Commit 4c7bf9d4 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll FreeType from 82d331556ce7 to 840ce58f94ba (2 revisions)

https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/82d331556ce7..840ce58f94ba

2020-10-18 apodtele@gmail.com * src/sfnt/tt{colr,cpal}.c: Fix signedness warnings from VC++.
2020-10-18 apodtele@gmail.com * src/sfnt/sfwoff2.c (Read255UShort): Tweak types to please VC++.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/freetype-chromium
Please CC drott@google.com,thestig@google.com,bungeman@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel
Tbr: drott@google.com,thestig@google.com,bungeman@google.com
Change-Id: I1c321cc4eef65df5fa245354d9fe0959847880cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483203Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: default avatarBen Wagner <bungeman@chromium.org>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818503}
parent a7be38a5
...@@ -257,7 +257,7 @@ vars = { ...@@ -257,7 +257,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype # the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other. # and whatever else without interference from each other.
'freetype_revision': '82d331556ce73de07c16afd51a865ba1ff806a65', 'freetype_revision': '840ce58f94bafdd24a138a9f7920becb5a30695f',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz # the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Name: FreeType Name: FreeType
URL: http://www.freetype.org/ URL: http://www.freetype.org/
Version: VER-2-10-3-1-g82d331556 Version: VER-2-10-3-3-g840ce58f9
Revision: 82d331556ce73de07c16afd51a865ba1ff806a65 Revision: 840ce58f94bafdd24a138a9f7920becb5a30695f
CPEPrefix: cpe:/a:freetype:freetype:2.10.1 CPEPrefix: cpe:/a:freetype:freetype:2.10.1
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
JPEG Group) licenses" JPEG Group) licenses"
......
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