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

Commit e4bfdc1

Browse files
Roll Skia from 8a1e6e5844d7 to 78fced84372d (4 revisions) (#46207)
https://skia.googlesource.com/skia.git/+log/8a1e6e5844d7..78fced84372d 2023-09-22 [email protected] Reland "Enforce IWYU on more src/core files" 2023-09-22 [email protected] [skif] Add SkBlender handling to FilterResult::draw 2023-09-22 [email protected] Extract SkImageGenerator::MakeFromEncoded into own file 2023-09-22 [email protected] Create error tests to verify existing mesh-program behavior. 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],[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://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 954ea95 commit e4bfdc1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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': '8a1e6e5844d75a7776c6575d2cd85607b548384d',
21+
'skia_revision': '78fced84372d8971bc79c647b935667e13109a81',
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/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: bbb68f045a2faf5e7d01c829521ffdf9
1+
Signature: 912dc22e56cc897ba0f02da09dd5c2b3
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8840,6 +8840,7 @@ ORIGIN: ../../../third_party/skia/src/base/SkRectMemcpy.h + ../../../third_party
88408840
ORIGIN: ../../../third_party/skia/src/base/SkSafeMath.cpp + ../../../third_party/skia/LICENSE
88418841
ORIGIN: ../../../third_party/skia/src/base/SkTime.cpp + ../../../third_party/skia/LICENSE
88428842
ORIGIN: ../../../third_party/skia/src/base/SkTime.h + ../../../third_party/skia/LICENSE
8843+
ORIGIN: ../../../third_party/skia/src/codec/SkImageGenerator_FromEncoded.cpp + ../../../third_party/skia/LICENSE
88438844
ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_opts.cpp + ../../../third_party/skia/LICENSE
88448845
ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_opts_hsw.cpp + ../../../third_party/skia/LICENSE
88458846
ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_opts_ssse3.cpp + ../../../third_party/skia/LICENSE
@@ -9101,6 +9102,7 @@ FILE: ../../../third_party/skia/src/base/SkRectMemcpy.h
91019102
FILE: ../../../third_party/skia/src/base/SkSafeMath.cpp
91029103
FILE: ../../../third_party/skia/src/base/SkTime.cpp
91039104
FILE: ../../../third_party/skia/src/base/SkTime.h
9105+
FILE: ../../../third_party/skia/src/codec/SkImageGenerator_FromEncoded.cpp
91049106
FILE: ../../../third_party/skia/src/core/SkBitmapProcState_opts.cpp
91059107
FILE: ../../../third_party/skia/src/core/SkBitmapProcState_opts_hsw.cpp
91069108
FILE: ../../../third_party/skia/src/core/SkBitmapProcState_opts_ssse3.cpp

0 commit comments

Comments
 (0)