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

Commit 4ee167d

Browse files
Roll Skia from d22106cc40a0 to bab82f14da1a (7 revisions) (#42420)
https://skia.googlesource.com/skia.git/+log/d22106cc40a0..bab82f14da1a 2023-05-30 brianosman@google.com Switch back to Skia CPU defines in SkVx.h 2023-05-30 ccameron@chromium.org SkJpegMetadataDecoder: Add Exif, ICC, and MPF support 2023-05-30 johnstiles@google.com Add WGSL support for inner assignment-expressions. 2023-05-30 jmbetancourt@google.com create new slot manager object for internal skottie builder 2023-05-30 herb@google.com Update discriminant bounds comment 2023-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from b47e47fa1cc0 to 6bc45f9cfde3 (2 revisions) 2023-05-30 kjlubick@google.com Skip compiling fontations test in WASM 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 brianosman@google.com,jonahwilliams@google.com,rmistry@google.com,robertphillips@google.com 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 a6d3124 commit 4ee167d

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': 'd22106cc40a0ddf5be610b5cead763ce9d8086a8',
21+
'skia_revision': 'bab82f14da1a77c782f307b3765f29aa251bf57f',
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: f9a6985942fbf70f270e88af97f8774a
1+
Signature: 8598c4d94eef739d595088f4b66abc87
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8810,6 +8810,8 @@ ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../
88108810
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
88118811
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
88128812
ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE
8813+
ORIGIN: ../../../third_party/skia/modules/skottie/include/SlotManager.h + ../../../third_party/skia/LICENSE
8814+
ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../third_party/skia/LICENSE
88138815
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../third_party/skia/LICENSE
88148816
ORIGIN: ../../../third_party/skia/src/codec/SkJpegConstants.h + ../../../third_party/skia/LICENSE
88158817
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
@@ -8841,6 +8843,8 @@ FILE: ../../../third_party/skia/include/ports/SkTypeface_fontations.h
88418843
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
88428844
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
88438845
FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
8846+
FILE: ../../../third_party/skia/modules/skottie/include/SlotManager.h
8847+
FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp
88448848
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h
88458849
FILE: ../../../third_party/skia/src/codec/SkJpegConstants.h
88468850
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp

0 commit comments

Comments
 (0)