From 844d79e853074c99b7e5e64e051f1e1236c1723e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Fri, 16 Feb 2018 03:46:26 +0000 Subject: Improve performance of writing path floats. This CL copies the SkPDF code to convert floats into strings when writing back to PDF files. Change-Id: I8f8af3924a07aa67f93b9d951af1eef5d2c705db Reviewed-on: https://pdfium-review.googlesource.com/21990 Commit-Queue: dsinclair Reviewed-by: Lei Zhang Reviewed-by: Hal Canary --- core/fpdfapi/edit/DEPS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/fpdfapi/edit/DEPS (limited to 'core/fpdfapi/edit/DEPS') diff --git a/core/fpdfapi/edit/DEPS b/core/fpdfapi/edit/DEPS new file mode 100644 index 0000000000..8a4c38c44b --- /dev/null +++ b/core/fpdfapi/edit/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+third_party/skia_shared', +] -- cgit v1.2.3