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

Commit 6bb00c7

Browse files
Roll Skia from 2ffed2e4c6f8 to 8931359a74f1 (4 revisions)
https://skia.googlesource.com/skia.git/+log/2ffed2e4c6f8..8931359a74f1 2023-05-18 [email protected] Always add braces when writing child statements in WGSL. 2023-05-18 [email protected] Eliminate DSLFunction entirely. 2023-05-18 [email protected] [skif] Delete legacy SkColorFilterImageFilter impl 2023-05-18 [email protected] [skif] Don't evaluate empty-source filters for SkNoDrawCanvases 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],[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 3c23dda commit 6bb00c7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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': '2ffed2e4c6f883017d39dca3ee7221e8dd53a09b',
21+
'skia_revision': '8931359a74f1973d2832754669ff419c8c6e86cd',
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 8062816ee1dcccd6f6b75fe432b67722
1+
Signature: 91601bfab047f42c579d880f2e034866
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -7994,8 +7994,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/SkSLParser.cpp + ../../../third_party
79947994
ORIGIN: ../../../third_party/skia/src/sksl/SkSLParser.h + ../../../third_party/skia/LICENSE
79957995
ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.h + ../../../third_party/skia/LICENSE
79967996
ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_party/skia/LICENSE
7997-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_party/skia/LICENSE
7998-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE
79997997
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp + ../../../third_party/skia/LICENSE
80007998
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h + ../../../third_party/skia/LICENSE
80017999
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp + ../../../third_party/skia/LICENSE
@@ -8031,8 +8029,6 @@ FILE: ../../../third_party/skia/src/sksl/SkSLParser.cpp
80318029
FILE: ../../../third_party/skia/src/sksl/SkSLParser.h
80328030
FILE: ../../../third_party/skia/src/sksl/SkSLPosition.h
80338031
FILE: ../../../third_party/skia/src/sksl/SkSLProgramKind.h
8034-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
8035-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
80368032
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
80378033
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h
80388034
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp

0 commit comments

Comments
 (0)