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

Commit 71059f5

Browse files
Roll Skia from a7a3646c2c8a to d53f7b880651 (6 revisions)
https://skia.googlesource.com/skia.git/+log/a7a3646c2c8a..d53f7b880651 2023-08-01 herb@google.com Reland "Update AutoTArray to always track size" 2023-08-01 cmumford@google.com [debugger-app] use Git from /cipd/bin if present 2023-08-01 jmbetancourt@google.com [skottie] add boolean return value to Slot Manager setters 2023-08-01 kjlubick@google.com Fix copy-pasta in KeyHelpers 2023-08-01 michaelludwig@google.com Reland "[skif] Update MatrixConvolution to use FilterResult" 2023-08-01 jlavrova@google.com SkUnicode with libgrapheme implementation 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,jacksongardner@google.com,jvanverth@google.com,rmistry@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 10a1f9c commit 71059f5

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
@@ -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': 'a7a3646c2c8a7d193dc2cce912201c316b7b4525',
21+
'skia_revision': 'd53f7b8806515f32e78a708e5cf1d8bd2837f3b5',
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/excluded_files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,6 +2857,7 @@
28572857
../../../third_party/skia/third_party/freetype2
28582858
../../../third_party/skia/third_party/harfbuzz/README
28592859
../../../third_party/skia/third_party/icu
2860+
../../../third_party/skia/third_party/libgrapheme/generate_headers.py
28602861
../../../third_party/skia/third_party/libjpeg-turbo
28612862
../../../third_party/skia/third_party/libpng
28622863
../../../third_party/skia/third_party/lua

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: 3522b1df2f2478213ede5439465751f8
1+
Signature: f4f4e538d5bbe96b0aeab2e8e0de4641
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8092,6 +8092,7 @@ ORIGIN: ../../../third_party/skia/modules/skottie/src/text/Font.cpp + ../../../t
80928092
ORIGIN: ../../../third_party/skia/modules/skottie/src/text/Font.h + ../../../third_party/skia/LICENSE
80938093
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp + ../../../third_party/skia/LICENSE
80948094
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.h + ../../../third_party/skia/LICENSE
8095+
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp + ../../../third_party/skia/LICENSE
80958096
ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h + ../../../third_party/skia/LICENSE
80968097
ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp + ../../../third_party/skia/LICENSE
80978098
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.cpp + ../../../third_party/skia/LICENSE
@@ -8119,6 +8120,7 @@ FILE: ../../../third_party/skia/modules/skottie/src/text/Font.cpp
81198120
FILE: ../../../third_party/skia/modules/skottie/src/text/Font.h
81208121
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp
81218122
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.h
8123+
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp
81228124
FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
81238125
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
81248126
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp

0 commit comments

Comments
 (0)