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

Commit 24e7477

Browse files
Roll Skia from e78dd0265002 to 14f8f6d984ff (3 revisions)
https://skia.googlesource.com/skia.git/+log/e78dd0265002..14f8f6d984ff 2024-12-09 kjlubick@google.com Update GN build to allow for rust PNG decoding only 2024-12-09 lukasza@chromium.org [rust png] Update Skia => `png` dependency to version 0.17.15. 2024-12-09 kjlubick@google.com Add placeholder files for jsonreader 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 bdero@google.com,kjlubick@google.com,maxhudnell@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 0fbce79 commit 24e7477

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': 'e78dd02650024d7f0e4d8cb73e3b6657b19b0317',
17+
'skia_revision': '14f8f6d984ff23bed1f9ae7acf98be683eccaeac',
1818

1919
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2020
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/excluded_files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2805,6 +2805,7 @@
28052805
../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/.gitignore
28062806
../../../flutter/third_party/skia/modules/jetski/BUILD.bazel
28072807
../../../flutter/third_party/skia/modules/jetski/README
2808+
../../../flutter/third_party/skia/modules/jsonreader/BUILD.bazel
28082809
../../../flutter/third_party/skia/modules/pathkit/.gitignore
28092810
../../../flutter/third_party/skia/modules/pathkit/BUILD.bazel
28102811
../../../flutter/third_party/skia/modules/pathkit/CHANGELOG.md

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: a4491fcc5578e3c1714db99d545cc295
1+
Signature: 46741797d10275489df2fe44716fd9a1
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9528,6 +9528,7 @@ ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/Precom
95289528
ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/PrecompileMaskFilter.h + ../../../flutter/third_party/skia/LICENSE
95299529
ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/PrecompileRuntimeEffect.h + ../../../flutter/third_party/skia/LICENSE
95309530
ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/PrecompileShader.h + ../../../flutter/third_party/skia/LICENSE
9531+
ORIGIN: ../../../flutter/third_party/skia/modules/jsonreader/SkJSONReader.h + ../../../flutter/third_party/skia/LICENSE
95319532
ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper_coretext.h + ../../../flutter/third_party/skia/LICENSE
95329533
ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper_factory.h + ../../../flutter/third_party/skia/LICENSE
95339534
ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper_harfbuzz.h + ../../../flutter/third_party/skia/LICENSE
@@ -9655,6 +9656,7 @@ FILE: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/Precompi
96559656
FILE: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/PrecompileMaskFilter.h
96569657
FILE: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/PrecompileRuntimeEffect.h
96579658
FILE: ../../../flutter/third_party/skia/include/gpu/graphite/precompile/PrecompileShader.h
9659+
FILE: ../../../flutter/third_party/skia/modules/jsonreader/SkJSONReader.h
96589660
FILE: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper_coretext.h
96599661
FILE: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper_factory.h
96609662
FILE: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper_harfbuzz.h

0 commit comments

Comments
 (0)