Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1999)

Unified Diff: core/fpdfdoc/ipdf_variabletext_provider.cpp

Issue 1840413002: Split core/include/fpdfdoc/fpdf_ap.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fpdfdoc/include/ipdf_variabletext_provider.h ('k') | core/fpdfdoc/ipvt_fontmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/ipdf_variabletext_provider.cpp
diff --git a/core/fpdfapi/fpdf_page/cpdf_parseoptions.cpp b/core/fpdfdoc/ipdf_variabletext_provider.cpp
similarity index 52%
copy from core/fpdfapi/fpdf_page/cpdf_parseoptions.cpp
copy to core/fpdfdoc/ipdf_variabletext_provider.cpp
index d22b6f13c93111f5fe16ab43bedf058ea22b46af..82937f745ad1bb8689c23bbfeba6384853897cff 100644
--- a/core/fpdfapi/fpdf_page/cpdf_parseoptions.cpp
+++ b/core/fpdfdoc/ipdf_variabletext_provider.cpp
@@ -3,10 +3,7 @@
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/fpdfapi/fpdf_page/cpdf_parseoptions.h"
-CPDF_ParseOptions::CPDF_ParseOptions()
- : m_bTextOnly(FALSE),
- m_bMarkedContent(TRUE),
- m_bSeparateForm(TRUE),
- m_bDecodeInlineImage(FALSE) {}
+#include "core/fpdfdoc/include/ipdf_variabletext_provider.h"
+
+IPDF_VariableText_Provider::~IPDF_VariableText_Provider() {}
« no previous file with comments | « core/fpdfdoc/include/ipdf_variabletext_provider.h ('k') | core/fpdfdoc/ipvt_fontmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698