Roll third_party/skia/ 06203df0e..e58231ae8 (1 commit)
https://chromium.googlesource.com/skia.git/+log/06203df0e411..e58231ae8f49
Removed unused SkInterpolator in PDFium's skia/BUILD.gn as well.
Created with:
roll-dep third_party/skia
Change-Id: Iad36d90dcd0305cb6e888d38195b062147c2b506
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/79935
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Hui Yingst <nigi@chromium.org>
diff --git a/DEPS b/DEPS
index 3bed294..8fb2559 100644
--- a/DEPS
+++ b/DEPS
@@ -115,7 +115,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': '06203df0e411474daa6d206f5a034e2802c37e76',
+ 'skia_revision': 'e58231ae8f4900d01ab3e0d307ab06e9a883cc5d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling tools_memory
# and whatever else without interference from each other.
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index f111456..a470a85 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -213,7 +213,6 @@
# Remove unused util files include in utils.gni
sources -= [
"//third_party/skia/src/utils/SkCamera.cpp",
- "//third_party/skia/src/utils/SkInterpolator.cpp",
"//third_party/skia/src/utils/SkParsePath.cpp",
]