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

Commit 0ce8061

Browse files
Roll Skia from 6d0234673a40 to a1b44b72eb47 (3 revisions)
https://skia.googlesource.com/skia.git/+log/6d0234673a40..a1b44b72eb47 2021-10-06 [email protected] Migrate `SwitchCaseContainsExit` out of SkSLAnalysis. 2021-10-06 [email protected] Revert "change matrix_2x3 to row-major" 2021-10-06 [email protected] Allow tracking of Precompositions onEnter/onExit 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 file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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
1 parent f30362b commit 0ce8061

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': '6d0234673a4073134416b8d2a60e0e93bed70369',
30+
'skia_revision': 'a1b44b72eb4700c579dda974fc66c8642a046a7a',
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

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: 6d7bfeccebecd74353127061e6560e22
1+
Signature: 8d8fc5d3b9480f8938701e0513446bad
22

33
UNUSED LICENSES:
44

@@ -3067,6 +3067,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLMangler.h
30673067
FILE: ../../../third_party/skia/src/sksl/SkSLOperators.cpp
30683068
FILE: ../../../third_party/skia/src/sksl/SkSLOperators.h
30693069
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramVisitor.h
3070+
FILE: ../../../third_party/skia/src/sksl/analysis/SwitchCaseContainsExit.cpp
30703071
FILE: ../../../third_party/skia/src/sksl/ir/SkSLBinaryExpression.cpp
30713072
FILE: ../../../third_party/skia/src/sksl/ir/SkSLBlock.cpp
30723073
FILE: ../../../third_party/skia/src/sksl/ir/SkSLChildCall.cpp

0 commit comments

Comments
 (0)