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>
diff --git a/DEPS b/DEPS
index e4aca81..b1f12ee 100644
--- a/DEPS
+++ b/DEPS
@@ -179,7 +179,7 @@
   # 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 e6afbe6..8e6c586 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -252,6 +252,8 @@
   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",