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

Commit c362408

Browse files
Roll Skia from 85fa756 to d6f2338 (3 revisions)
https://skia.googlesource.com/skia.git/+log/85fa75616dfe..d6f2338ab194 2020-12-16 brianosman@google.com SkSL IR normalization: Convert while loops to for loops 2020-12-16 bungeman@google.com Remove SkScalerContext::getGlyphCount. 2020-12-16 johnstiles@google.com Pass a shared_ptr to Inliner::inlineCall. 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 tdenniston@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
1 parent 95ba5ca commit c362408

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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': '85fa75616dfe4666e83fd1f84415855a6fc56726',
29+
'skia_revision': 'd6f2338ab194ca3cb58c52e24f8c530c51769cb5',
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 1792678dacbcbbffb692725b6e184a51
1+
Signature: 581e1cac4e57e34424b59550c956c75e
22

33
UNUSED LICENSES:
44

@@ -794,7 +794,6 @@ FILE: ../../../third_party/skia/src/sksl/ir/SkSLUnresolvedFunction.h
794794
FILE: ../../../third_party/skia/src/sksl/ir/SkSLVarDeclarations.h
795795
FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariable.h
796796
FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariableReference.h
797-
FILE: ../../../third_party/skia/src/sksl/ir/SkSLWhileStatement.h
798797
FILE: ../../../third_party/skia/src/utils/SkMultiPictureDocument.cpp
799798
FILE: ../../../third_party/skia/src/utils/SkMultiPictureDocument.h
800799
FILE: ../../../third_party/skia/src/utils/SkMultiPictureDocumentPriv.h

0 commit comments

Comments
 (0)