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

Manual Skia roll to 2319f1ae8fe42525f8b6a1969a1cee67bdbee290 #52615

Merged
merged 3 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars = {
'flutter_git': 'https://flutter.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'llvm_git': 'https://llvm.googlesource.com',
'skia_revision': '869cacf2a3f10ba099ad8dbe88e0faa49dd85673',
'skia_revision': '2319f1ae8fe42525f8b6a1969a1cee67bdbee290',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
6 changes: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 77b70b453b2712a22070c5760dd4c436
Signature: a329094cc4d882853b50dadf3146d846

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -9445,6 +9445,8 @@ ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/PreshapeTool.cpp
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/TextPreshape.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/TextPreshape.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRectPriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegMetadataDecoderImpl.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegMetadataDecoderImpl.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontScanner.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontations_empty.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontations_empty.h + ../../../flutter/third_party/skia/LICENSE
Expand All @@ -9454,6 +9456,8 @@ FILE: ../../../flutter/third_party/skia/modules/skottie/utils/PreshapeTool.cpp
FILE: ../../../flutter/third_party/skia/modules/skottie/utils/TextPreshape.cpp
FILE: ../../../flutter/third_party/skia/modules/skottie/utils/TextPreshape.h
FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRectPriv.h
FILE: ../../../flutter/third_party/skia/src/codec/SkJpegMetadataDecoderImpl.cpp
FILE: ../../../flutter/third_party/skia/src/codec/SkJpegMetadataDecoderImpl.h
FILE: ../../../flutter/third_party/skia/src/core/SkFontScanner.h
FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontations_empty.cpp
FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontations_empty.h
Expand Down
1 change: 1 addition & 0 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ optional("jpeg_decode") {
sources = [
"$_skia_root/src/codec/SkJpegCodec.cpp",
"$_skia_root/src/codec/SkJpegDecoderMgr.cpp",
"$_skia_root/src/codec/SkJpegMetadataDecoderImpl.cpp",
"$_skia_root/src/codec/SkJpegSourceMgr.cpp",
"$_skia_root/src/codec/SkJpegUtility.cpp",
]
Expand Down