Skip to content

Commit 242f413

Browse files
Roll Skia from f493d403c01b to 245d2b8fb042 (3 revisions) (flutter#166720)
https://skia.googlesource.com/skia.git/+log/f493d403c01b..245d2b8fb042 2025-04-07 [email protected] Add debugging info for Assert firing in Chrome 2025-04-07 [email protected] [graphite] Store ref to textureProxy in CoverageMaskShape. 2025-04-07 [email protected] Roll vulkan-deps from fb4fe29989cb to 6a9ff527eade (7 revisions) 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] 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 0a29c6d commit 242f413

File tree

3 files changed

+98
-2
lines changed

3 files changed

+98
-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': 'f493d403c01b23887b34299f7f14c949e4d0b8e1',
17+
'skia_revision': '245d2b8fb04212b4b7f122f02438a1f0ac62141e',
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 99675dc8c5bddcfc6bbe011873ad5444
1+
Signature: 286a07668d9452b2304b2a250dee1f75
22

33
====================================================================================================
44
LIBRARY: etc1

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

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29847,6 +29847,102 @@ ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
2984729847
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
2984829848
DAMAGE.
2984929849

29850+
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
29851+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
29852+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
29853+
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
29854+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
29855+
--------------------------------------------------------------------------------
29856+
harfbuzz
29857+
29858+
Copyright © 2024 David Corbett
29859+
29860+
This is part of HarfBuzz, a text shaping library.
29861+
29862+
Permission is hereby granted, without written agreement and without
29863+
license or royalty fees, to use, copy, modify, and distribute this
29864+
software and its documentation for any purpose, provided that the
29865+
above copyright notice and the following two paragraphs appear in
29866+
all copies of this software.
29867+
29868+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
29869+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
29870+
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
29871+
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
29872+
DAMAGE.
29873+
29874+
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
29875+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
29876+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
29877+
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
29878+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
29879+
--------------------------------------------------------------------------------
29880+
harfbuzz
29881+
29882+
Copyright © 2024 Google, Inc.
29883+
29884+
This is part of HarfBuzz, a text shaping library.
29885+
29886+
Permission is hereby granted, without written agreement and without
29887+
license or royalty fees, to use, copy, modify, and distribute this
29888+
software and its documentation for any purpose, provided that the
29889+
above copyright notice and the following two paragraphs appear in
29890+
all copies of this software.
29891+
29892+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
29893+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
29894+
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
29895+
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
29896+
DAMAGE.
29897+
29898+
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
29899+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
29900+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
29901+
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
29902+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
29903+
--------------------------------------------------------------------------------
29904+
harfbuzz
29905+
29906+
Copyright © 2025 Google, Inc.
29907+
29908+
This is part of HarfBuzz, a text shaping library.
29909+
29910+
Permission is hereby granted, without written agreement and without
29911+
license or royalty fees, to use, copy, modify, and distribute this
29912+
software and its documentation for any purpose, provided that the
29913+
above copyright notice and the following two paragraphs appear in
29914+
all copies of this software.
29915+
29916+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
29917+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
29918+
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
29919+
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
29920+
DAMAGE.
29921+
29922+
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
29923+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
29924+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
29925+
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
29926+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
29927+
--------------------------------------------------------------------------------
29928+
harfbuzz
29929+
29930+
Copyright © 2025 Behdad Esfahbod
29931+
29932+
This is part of HarfBuzz, a text shaping library.
29933+
29934+
Permission is hereby granted, without written agreement and without
29935+
license or royalty fees, to use, copy, modify, and distribute this
29936+
software and its documentation for any purpose, provided that the
29937+
above copyright notice and the following two paragraphs appear in
29938+
all copies of this software.
29939+
29940+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
29941+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
29942+
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
29943+
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
29944+
DAMAGE.
29945+
2985029946
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
2985129947
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2985229948
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS

0 commit comments

Comments
 (0)