Skip to content

Commit 5c77ea1

Browse files
Roll src/third_party/skia 8fec4140f614..9e0afb791ac2 (4 commits) (flutter#14563)
https://skia.googlesource.com/skia.git/+log/8fec4140f614..9e0afb791ac2 git log 8fec4140f614..9e0afb791ac2 --date=short --first-parent --format='%ad %ae %s' 2019-12-19 [email protected] Fix clang warnings 2019-12-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-12-18 [email protected] hide/remove obsolete/tricky SkMatrix methods 2019-12-18 [email protected] Detect when perspective is really affine, and update the matrix as we handoff the ctm to the device. Created with: gclient setdep -r src/third_party/skia@9e0afb791ac2 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 [email protected] 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/+/master/autoroll/README.md Bug: None Tbr: [email protected]
1 parent 4312d37 commit 5c77ea1

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '8fec4140f614aae4316f386b852c60e1cfa04f00',
29+
'skia_revision': '9e0afb791ac27b5ea5825fcf1bbdddd979ff20a6',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9711a332eacc05c13292bd2d25e6839f
1+
Signature: 478a2e454ac0c63fde4c421adb33fa9f
22

33
UNUSED LICENSES:
44

@@ -4391,12 +4391,9 @@ FILE: ../../../third_party/skia/docs/examples/Matrix_SetAffineIdentity.cpp
43914391
FILE: ../../../third_party/skia/docs/examples/Matrix_TypeMask.cpp
43924392
FILE: ../../../third_party/skia/docs/examples/Matrix_array_operator.cpp
43934393
FILE: ../../../third_party/skia/docs/examples/Matrix_asAffine.cpp
4394-
FILE: ../../../third_party/skia/docs/examples/Matrix_cheapEqualTo.cpp
43954394
FILE: ../../../third_party/skia/docs/examples/Matrix_decomposeScale.cpp
43964395
FILE: ../../../third_party/skia/docs/examples/Matrix_dirtyMatrixTypeCache.cpp
43974396
FILE: ../../../third_party/skia/docs/examples/Matrix_dump.cpp
4398-
FILE: ../../../third_party/skia/docs/examples/Matrix_equal_operator.cpp
4399-
FILE: ../../../third_party/skia/docs/examples/Matrix_fixedStepInX.cpp
44004397
FILE: ../../../third_party/skia/docs/examples/Matrix_get.cpp
44014398
FILE: ../../../third_party/skia/docs/examples/Matrix_get9.cpp
44024399
FILE: ../../../third_party/skia/docs/examples/Matrix_getMaxScale.cpp
@@ -4414,7 +4411,6 @@ FILE: ../../../third_party/skia/docs/examples/Matrix_getType.cpp
44144411
FILE: ../../../third_party/skia/docs/examples/Matrix_hasPerspective.cpp
44154412
FILE: ../../../third_party/skia/docs/examples/Matrix_invert.cpp
44164413
FILE: ../../../third_party/skia/docs/examples/Matrix_isFinite.cpp
4417-
FILE: ../../../third_party/skia/docs/examples/Matrix_isFixedStepInX.cpp
44184414
FILE: ../../../third_party/skia/docs/examples/Matrix_isIdentity.cpp
44194415
FILE: ../../../third_party/skia/docs/examples/Matrix_isScaleTranslate.cpp
44204416
FILE: ../../../third_party/skia/docs/examples/Matrix_isSimilarity.cpp
@@ -4434,7 +4430,6 @@ FILE: ../../../third_party/skia/docs/examples/Matrix_mapVectors.cpp
44344430
FILE: ../../../third_party/skia/docs/examples/Matrix_mapVectors_2.cpp
44354431
FILE: ../../../third_party/skia/docs/examples/Matrix_mapXY.cpp
44364432
FILE: ../../../third_party/skia/docs/examples/Matrix_mapXY_2.cpp
4437-
FILE: ../../../third_party/skia/docs/examples/Matrix_notequal_operator.cpp
44384433
FILE: ../../../third_party/skia/docs/examples/Matrix_postConcat.cpp
44394434
FILE: ../../../third_party/skia/docs/examples/Matrix_postRotate.cpp
44404435
FILE: ../../../third_party/skia/docs/examples/Matrix_postRotate_2.cpp

0 commit comments

Comments
 (0)