diff --git a/DEPS b/DEPS index e4aca81ff5..b1f12ee3ea 100644 --- a/DEPS +++ b/DEPS @@ -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. diff --git a/skia/BUILD.gn b/skia/BUILD.gn index e6afbe68d4..8e6c586240 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -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",