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

Commit 3abe289

Browse files
Roll Skia from 3ded22186598 to 225d51031ad0 (1 revision)
https://skia.googlesource.com/skia.git/+log/3ded22186598..225d51031ad0 2023-05-23 [email protected] Make codec registration for decoding explicit 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 168b0bf commit 3abe289

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-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': '3ded22186598442901bd4c30f14016dd94ba3c7c',
21+
'skia_revision': '225d51031ad0737ecf355cd985fa33041a4e9331',
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: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b4c4c3f3c0c0da30209a789dc1f7a60a
1+
Signature: ff6a2310e31dd43e28720020fe764338
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -384,6 +384,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
384384
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
385385
FILE: ../../../third_party/skia/modules/skparagraph/test.html
386386
FILE: ../../../third_party/skia/package-lock.json
387+
FILE: ../../../third_party/skia/relnotes/skcodecs_register.md
387388
FILE: ../../../third_party/skia/relnotes/skdrawable_picturesnapshot.md
388389
FILE: ../../../third_party/skia/relnotes/skgraphics_methods.md
389390
FILE: ../../../third_party/skia/relnotes/skimage_graphite.md
@@ -8916,9 +8917,20 @@ ORIGIN: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp + ../../../third_party/
89168917
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp + ../../../third_party/skia/LICENSE
89178918
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE
89188919
ORIGIN: ../../../third_party/skia/gm/graphite_replay.cpp + ../../../third_party/skia/LICENSE
8920+
ORIGIN: ../../../third_party/skia/include/android/SkHeifDecoder.h + ../../../third_party/skia/LICENSE
89198921
ORIGIN: ../../../third_party/skia/include/android/SkImageAndroid.h + ../../../third_party/skia/LICENSE
89208922
ORIGIN: ../../../third_party/skia/include/android/SkSurfaceAndroid.h + ../../../third_party/skia/LICENSE
8923+
ORIGIN: ../../../third_party/skia/include/codec/SkAvifDecoder.h + ../../../third_party/skia/LICENSE
8924+
ORIGIN: ../../../third_party/skia/include/codec/SkBmpDecoder.h + ../../../third_party/skia/LICENSE
8925+
ORIGIN: ../../../third_party/skia/include/codec/SkGifDecoder.h + ../../../third_party/skia/LICENSE
8926+
ORIGIN: ../../../third_party/skia/include/codec/SkIcoDecoder.h + ../../../third_party/skia/LICENSE
8927+
ORIGIN: ../../../third_party/skia/include/codec/SkJpegDecoder.h + ../../../third_party/skia/LICENSE
8928+
ORIGIN: ../../../third_party/skia/include/codec/SkJpegxlDecoder.h + ../../../third_party/skia/LICENSE
89218929
ORIGIN: ../../../third_party/skia/include/codec/SkPixmapUtils.h + ../../../third_party/skia/LICENSE
8930+
ORIGIN: ../../../third_party/skia/include/codec/SkPngDecoder.h + ../../../third_party/skia/LICENSE
8931+
ORIGIN: ../../../third_party/skia/include/codec/SkRawDecoder.h + ../../../third_party/skia/LICENSE
8932+
ORIGIN: ../../../third_party/skia/include/codec/SkWbmpDecoder.h + ../../../third_party/skia/LICENSE
8933+
ORIGIN: ../../../third_party/skia/include/codec/SkWebpDecoder.h + ../../../third_party/skia/LICENSE
89228934
ORIGIN: ../../../third_party/skia/include/core/SkEncodedImageFormat.h + ../../../third_party/skia/LICENSE
89238935
ORIGIN: ../../../third_party/skia/include/core/SkICC.h + ../../../third_party/skia/LICENSE
89248936
ORIGIN: ../../../third_party/skia/include/core/SkTextureCompressionType.h + ../../../third_party/skia/LICENSE
@@ -9035,9 +9047,20 @@ FILE: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp
90359047
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp
90369048
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp
90379049
FILE: ../../../third_party/skia/gm/graphite_replay.cpp
9050+
FILE: ../../../third_party/skia/include/android/SkHeifDecoder.h
90389051
FILE: ../../../third_party/skia/include/android/SkImageAndroid.h
90399052
FILE: ../../../third_party/skia/include/android/SkSurfaceAndroid.h
9053+
FILE: ../../../third_party/skia/include/codec/SkAvifDecoder.h
9054+
FILE: ../../../third_party/skia/include/codec/SkBmpDecoder.h
9055+
FILE: ../../../third_party/skia/include/codec/SkGifDecoder.h
9056+
FILE: ../../../third_party/skia/include/codec/SkIcoDecoder.h
9057+
FILE: ../../../third_party/skia/include/codec/SkJpegDecoder.h
9058+
FILE: ../../../third_party/skia/include/codec/SkJpegxlDecoder.h
90409059
FILE: ../../../third_party/skia/include/codec/SkPixmapUtils.h
9060+
FILE: ../../../third_party/skia/include/codec/SkPngDecoder.h
9061+
FILE: ../../../third_party/skia/include/codec/SkRawDecoder.h
9062+
FILE: ../../../third_party/skia/include/codec/SkWbmpDecoder.h
9063+
FILE: ../../../third_party/skia/include/codec/SkWebpDecoder.h
90419064
FILE: ../../../third_party/skia/include/core/SkEncodedImageFormat.h
90429065
FILE: ../../../third_party/skia/include/core/SkICC.h
90439066
FILE: ../../../third_party/skia/include/core/SkTextureCompressionType.h

0 commit comments

Comments
 (0)