diff options
author | tsepez <tsepez@chromium.org> | 2016-09-02 16:53:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-02 16:53:09 -0700 |
commit | e106b50129d5b8ce50228c67d3b0170bc46c4b2e (patch) | |
tree | aea946d9a1f489e90abf132b73579dc83aae685e /BUILD.gn | |
parent | fc1d16f76f173b8437edc93dde8f9f82abb51298 (diff) | |
download | pdfium-e106b50129d5b8ce50228c67d3b0170bc46c4b2e.tar.xz |
Make CPDF_GeneralStateData private.
All interaction goes through the CPDF_GeneralState, which
manages the underlying storage transparently to the callers.
Make StateData use a real string and a real matrix rather
than C-style arrays.
Review-Url: https://codereview.chromium.org/2302683002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -426,7 +426,6 @@ static_library("fpdfapi") { "core/fpdfapi/fpdf_page/cpdf_form.cpp", "core/fpdfapi/fpdf_page/cpdf_formobject.cpp", "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp", - "core/fpdfapi/fpdf_page/cpdf_generalstatedata.cpp", "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp", "core/fpdfapi/fpdf_page/cpdf_graphicstates.h", "core/fpdfapi/fpdf_page/cpdf_graphstate.cpp", @@ -466,7 +465,6 @@ static_library("fpdfapi") { "core/fpdfapi/fpdf_page/include/cpdf_form.h", "core/fpdfapi/fpdf_page/include/cpdf_formobject.h", "core/fpdfapi/fpdf_page/include/cpdf_generalstate.h", - "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h", "core/fpdfapi/fpdf_page/include/cpdf_image.h", "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h", "core/fpdfapi/fpdf_page/include/cpdf_page.h", |