Skip to content

Commit

Permalink
Roll Skia from 126788e087af to ae2171eba699 (3 revisions)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/126788e087af..ae2171eba699

2021-07-30 johnstiles@google.com Fixup enum name in SkFlattenable.
2021-07-30 johnstiles@google.com Create test case to repro skia:12212.
2021-07-30 rohitrao@google.com Removes a deprecated call to CTGetCoreTextVersion() when compiling for iOS 14+.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC kjlubick@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/main/autoroll/README.md
  • Loading branch information
skia-flutter-autoroll committed Jul 30, 2021
1 parent 99f5cd2 commit 559b5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vars = {
'skia_git': 'https://skia.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '126788e087af7d1af2f297c679180afdb2661616',
'skia_revision': 'ae2171eba6991eab7a212d33bf8e1203aec6f860',

# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
Expand Down
3 changes: 2 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: dcfc1ff9b77717a93acc9b9090001d04
Signature: f1b1c5581e21b96c7e4665d7509dac1d

UNUSED LICENSES:

Expand Down Expand Up @@ -4020,6 +4020,7 @@ FILE: ../../../third_party/skia/gm/aarecteffect.cpp
FILE: ../../../third_party/skia/gm/colorspace.cpp
FILE: ../../../third_party/skia/gm/drawglyphs.cpp
FILE: ../../../third_party/skia/gm/largeclippedpath.cpp
FILE: ../../../third_party/skia/gm/skbug_12212.cpp
FILE: ../../../third_party/skia/include/private/GrMtlTypesPriv.h
FILE: ../../../third_party/skia/include/utils/SkOrderedFontMgr.h
FILE: ../../../third_party/skia/infra/bots/task_drivers/recreate_skps/recreate_skps.go
Expand Down

0 comments on commit 559b5c3

Please sign in to comment.