summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-09-02 17:34:21 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-02 17:34:21 -0700
commitd21f22e2c07d61bf15ee3af91869901adb6f0cde (patch)
tree5277acb7de48541f5a39f57f3017a69b3ecfcec3 /BUILD.gn
parent6296f2d501e2749d98e890ed722f923ee584c9ca (diff)
downloadpdfium-d21f22e2c07d61bf15ee3af91869901adb6f0cde.tar.xz
Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting.
Make Data private to the ClipPath class which manages it transparently for its callers. This prevents the callers from having to remember to make a copy before dirtying the shared data, since the operations that modify state will do this under the covers for us. Review-Url: https://codereview.chromium.org/2301263003
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ae50f1f512..3b6fb12212 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -408,8 +408,6 @@ static_library("fpdfapi") {
"core/fpdfapi/fpdf_page/cpdf_allstates.cpp",
"core/fpdfapi/fpdf_page/cpdf_allstates.h",
"core/fpdfapi/fpdf_page/cpdf_clippath.cpp",
- "core/fpdfapi/fpdf_page/cpdf_clippathdata.cpp",
- "core/fpdfapi/fpdf_page/cpdf_clippathdata.h",
"core/fpdfapi/fpdf_page/cpdf_color.cpp",
"core/fpdfapi/fpdf_page/cpdf_colorspace.cpp",
"core/fpdfapi/fpdf_page/cpdf_colorstate.cpp",