[skia] Use skpathutils namespace instead of global one

https://skia.googlesource.com/skia.git/+log/8e165b9cf2..f549128104

Change-Id: I8c9febefad09ed042f792a4230e94a4a81558114
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/102650
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
diff --git a/DEPS b/DEPS
index 2d95d3a..9556c83 100644
--- a/DEPS
+++ b/DEPS
@@ -148,7 +148,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': '8e165b9cf288fd3d3fbe06cf2fc3032897312a5a',
+  'skia_revision': 'f549128104babe451bacf60e5851dbf73b2940d6',
   # 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/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp
index eaeff33..e64fc14 100644
--- a/core/fxge/skia/fx_skia_device.cpp
+++ b/core/fxge/skia/fx_skia_device.cpp
@@ -770,7 +770,7 @@
       const SkPath* fillPath = &m_skPath;
       if (stroke_alpha) {
         if (m_groupKnockout) {
-          FillPathWithPaint(m_skPath, skPaint, &strokePath);
+          skpathutils::FillPathWithPaint(m_skPath, skPaint, &strokePath);
           if (m_strokeColor == m_fillColor &&
               Op(m_skPath, strokePath, SkPathOp::kUnion_SkPathOp,
                  &strokePath)) {