summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfeditpage.cpp
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-09-02 16:53:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-02 16:53:09 -0700
commite106b50129d5b8ce50228c67d3b0170bc46c4b2e (patch)
treeaea946d9a1f489e90abf132b73579dc83aae685e /fpdfsdk/fpdfeditpage.cpp
parentfc1d16f76f173b8437edc93dde8f9f82abb51298 (diff)
downloadpdfium-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 'fpdfsdk/fpdfeditpage.cpp')
-rw-r--r--fpdfsdk/fpdfeditpage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfeditpage.cpp b/fpdfsdk/fpdfeditpage.cpp
index d11bfa9474..0b677be691 100644
--- a/fpdfsdk/fpdfeditpage.cpp
+++ b/fpdfsdk/fpdfeditpage.cpp
@@ -13,7 +13,6 @@
#include "core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h"
#include "core/fpdfapi/fpdf_page/include/cpdf_form.h"
#include "core/fpdfapi/fpdf_page/include/cpdf_formobject.h"
-#include "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h"
#include "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h"
#include "core/fpdfapi/fpdf_page/include/cpdf_page.h"
#include "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h"