Chromium Code Reviews| 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() {} |
|
Tom Sepez
2016/03/30 17:19:52
ditto
dsinclair
2016/03/30 18:41:20
Acknowledged.
|