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

Commit 2b19bac

Browse files
Roll Skia from b2109e6bbbe7 to 2ad14e25f6f7 (7 revisions)
https://skia.googlesource.com/skia.git/+log/b2109e6bbbe7..2ad14e25f6f7 2022-11-14 [email protected] Create SkSLProgram.cpp. 2022-11-14 [email protected] Revert "[bazel] Fix golang cross-compilation on RBE" 2022-11-14 [email protected] Roll Dawn from 4e0eac148d62 to c33d10ae79e5 (11 revisions) 2022-11-14 [email protected] Temporarily remove NUC7i5BNK from the CQ 2022-11-14 [email protected] Roll Skia Infra from 8435dd2eee4a to 236dea3b8ce8 (1 revision) 2022-11-14 [email protected] Roll SK Tool from 8435dd2eee4a to 236dea3b8ce8 2022-11-14 [email protected] Regenerate bazel/deps.bzl 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],[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 743cec5 commit 2b19bac

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
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'b2109e6bbbe793533bc8745528fc510dd9bda7d2',
21+
'skia_revision': '2ad14e25f6f7bd2f2d22bcbaca345053e99c8efc',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# 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: ca81b262ffca6b7972e4b1b6f7e2831f
1+
Signature: 80d6009d29a216850868569710ca9010
22

33
UNUSED LICENSES:
44

@@ -7880,6 +7880,7 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp
78807880
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp
78817881
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h
78827882
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h
7883+
FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgram.cpp
78837884
FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp
78847885
FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp
78857886
FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp

0 commit comments

Comments
 (0)