Roll third_party/skia/ 9832c7722..49f18efdf (331 commits)

https://skia.googlesource.com/skia.git/+log/9832c7722061..49f18efdfa73

Include extra SkEncodedInfo.cpp and SkPngCodec.cpp in Windows Skia port
sources to overcome a build failure for the component build.  This is
necessary due to the change in http://review.skia.org/808496, as these
files are not automatically included by the skia_codec_core build
source set.

Created with:
  roll-dep third_party/skia

Change-Id: Ic323f75c302ff77b94aaa9f0f6046fef9ff6b462
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116970
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Alan Screen <awscreen@chromium.org>
This commit is contained in:
Alan Screen 2024-02-26 22:40:13 +00:00 committed by Pdfium LUCI CQ
parent 85589aac07
commit 82e2c19b8f
2 changed files with 3 additions and 1 deletions

2
DEPS
View File

@ -179,7 +179,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling skia
# and whatever else without interference from each other.
'skia_revision': '9832c77220614781f7bcc4ccf11ea3de4974d2f5',
'skia_revision': '5325053967daf408d21ec70f93db4a5d9bd09efd',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling test_fonts
# and whatever else without interference from each other.

View File

@ -252,6 +252,8 @@ component("skia") {
if (is_win) {
# See SK_TYPEFACE_FACTORY_DIRECTWRITE
sources += [
"//third_party/skia/src/codec/SkEncodedInfo.cpp",
"//third_party/skia/src/codec/SkPngCodec.cpp",
"//third_party/skia/src/ports/SkFontMgr_win_dw.cpp",
"//third_party/skia/src/ports/SkOSFile_win.cpp",
"//third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp",