Skip to content

Commit 1cfbc3c

Browse files
Roll Skia from 9c42f62925a7 to adf8f8a92721 (1 revision) (#164986)
https://skia.googlesource.com/skia.git/+log/9c42f62925a7..adf8f8a92721 2025-03-11 drott@chromium.org [Fontations] Use improved stream to data conversion 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 chinmaygarde@google.com,danieldilan@google.com,kjlubick@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 463e751 commit 1cfbc3c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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': '9c42f62925a75e2fd920bb725da6f19c3cd2f621',
17+
'skia_revision': 'adf8f8a927213c34d6601df76ac0b2648c50221e',
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.

engine/src/flutter/ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 31b98fbd16b368cddebdb6b77151b3b7
1+
Signature: d03f4e3038f5402c03d369c950d33ebb
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -398,6 +398,7 @@ FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/pathops.bench.js
398398
FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/perfReporter.js
399399
FILE: ../../../flutter/third_party/skia/modules/skparagraph/test.html
400400
FILE: ../../../flutter/third_party/skia/package-lock.json
401+
FILE: ../../../flutter/third_party/skia/relnotes/fontations_data_factory.md
401402
FILE: ../../../flutter/third_party/skia/src/gpu/gpu_workaround_list.txt
402403
FILE: ../../../flutter/third_party/skia/src/ports/fontations/Cargo.toml
403404
FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_compute.minified.sksl

engine/src/flutter/sky/packages/sky_engine/LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21814,9 +21814,9 @@ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEM
2181421814
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2181521815
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2181621816
--------------------------------------------------------------------------------
21817-
vulkan_memory_allocator
21817+
vulkan-validation-layers
2181821818

21819-
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
21819+
Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved.
2182021820

2182121821
Permission is hereby granted, free of charge, to any person obtaining a copy
2182221822
of this software and associated documentation files (the "Software"), to deal
@@ -21836,9 +21836,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2183621836
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2183721837
THE SOFTWARE.
2183821838
--------------------------------------------------------------------------------
21839-
vulkan-validation-layers
21839+
vulkan_memory_allocator
2184021840

21841-
Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved.
21841+
Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved.
2184221842

2184321843
Permission is hereby granted, free of charge, to any person obtaining a copy
2184421844
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)