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

Commit ccd4d4f

Browse files
Roll Skia from deed7f65ff6b to 07c8401a54d3 (5 revisions) (#24670)
https://skia.googlesource.com/skia.git/+log/deed7f65ff6b..07c8401a54d3 2021-02-26 [email protected] Getting Metal shader precompiling working. 2021-02-26 [email protected] Convert IRGenerator::convertPostfixExpr to PostfixExpr::Make. 2021-02-26 [email protected] Convert IRGenerator::convertPrefixExpr to PrefixExpression::Make. 2021-02-26 [email protected] update release notes 2021-02-26 [email protected] Migrate IRGenerator::setRefKind to Analysis::MakeAssignmentExpr. 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/+doc/master/autoroll/README.md
1 parent 81701db commit ccd4d4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'deed7f65ff6b16526d7045307687a90d78c43618',
30+
'skia_revision': '07c8401a54d354e2131f25eb3560f40ccb9c64df',
3131

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

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 547c7ac43edee2b44e8a8cebf6642ec2
1+
Signature: ecf84b7a0b9335e576fdfba12675bce8
22

33
UNUSED LICENSES:
44

@@ -5220,6 +5220,7 @@ FILE: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.cpp
52205220
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp
52215221
FILE: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.cpp
52225222
FILE: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.cpp
5223+
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.cpp
52235224
FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.cpp
52245225
FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwizzle.cpp
52255226
----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)