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

Commit 775343a

Browse files
Roll Skia from 2bd12e31d578 to 22e417bea884 (4 revisions) (#41213)
https://skia.googlesource.com/skia.git/+log/2bd12e31d578..22e417bea884 2023-04-14 [email protected] [skottie] Additional guard for SKSL effects 2023-04-14 [email protected] Manual roll Dawn from 27c772262048 to a20c1ee82d29 (13 revisions) 2023-04-14 [email protected] [graphite-dawn] Re-enable tests that no longer fail 2023-04-14 [email protected] Move SkFilterColorProgram class into a separate cpp. 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 c2e646d commit 775343a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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': '2bd12e31d5781f50ffdda7a7ce9081b3f6850488',
21+
'skia_revision': '22e417bea884b89b6d7b032020dcc90e5e7126b0',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: d6c8f3e8e8ad3efacc9a787caa179ed0
1+
Signature: 162d1e4b6a7410b69f3361de02bfb2c9
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8975,6 +8975,8 @@ ORIGIN: ../../../third_party/skia/src/core/SkBlitter_A8.h + ../../../third_party
89758975
ORIGIN: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp + ../../../third_party/skia/LICENSE
89768976
ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.cpp + ../../../third_party/skia/LICENSE
89778977
ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.h + ../../../third_party/skia/LICENSE
8978+
ORIGIN: ../../../third_party/skia/src/core/SkFilterColorProgram.cpp + ../../../third_party/skia/LICENSE
8979+
ORIGIN: ../../../third_party/skia/src/core/SkFilterColorProgram.h + ../../../third_party/skia/LICENSE
89788980
ORIGIN: ../../../third_party/skia/src/core/SkFontMetricsPriv.cpp + ../../../third_party/skia/LICENSE
89798981
ORIGIN: ../../../third_party/skia/src/core/SkFontMetricsPriv.h + ../../../third_party/skia/LICENSE
89808982
ORIGIN: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp + ../../../third_party/skia/LICENSE
@@ -9053,6 +9055,8 @@ FILE: ../../../third_party/skia/src/core/SkBlitter_A8.h
90539055
FILE: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp
90549056
FILE: ../../../third_party/skia/src/core/SkDrawBase.cpp
90559057
FILE: ../../../third_party/skia/src/core/SkDrawBase.h
9058+
FILE: ../../../third_party/skia/src/core/SkFilterColorProgram.cpp
9059+
FILE: ../../../third_party/skia/src/core/SkFilterColorProgram.h
90569060
FILE: ../../../third_party/skia/src/core/SkFontMetricsPriv.cpp
90579061
FILE: ../../../third_party/skia/src/core/SkFontMetricsPriv.h
90589062
FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp

0 commit comments

Comments
 (0)