From ed9c4386713084f37548b46ab36f618021f716f5 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 4 Apr 2016 15:24:20 -0700 Subject: Make IPDF_VariableText_{Provider,Iterator} inner classes. This CL moves the IPDF_VariableText_Provider and IPDF_VariableText_Iterator classes to be nested sub-classes of IPDF_VariableText. BUG=pdfium:455 Review URL: https://codereview.chromium.org/1855403002 --- core/fpdfdoc/cpvt_provider.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/fpdfdoc/cpvt_provider.h') diff --git a/core/fpdfdoc/cpvt_provider.h b/core/fpdfdoc/cpvt_provider.h index e7edd538e5..fb6ff94861 100644 --- a/core/fpdfdoc/cpvt_provider.h +++ b/core/fpdfdoc/cpvt_provider.h @@ -7,16 +7,16 @@ #ifndef CORE_FPDFDOC_CPVT_PROVIDER_H_ #define CORE_FPDFDOC_CPVT_PROVIDER_H_ -#include "core/fpdfdoc/include/ipdf_variabletext_provider.h" #include "core/fpdfdoc/ipvt_fontmap.h" #include "core/fxcrt/include/fx_system.h" +#include "core/include/fpdfdoc/fpdf_vt.h" -class CPVT_Provider : public IPDF_VariableText_Provider { +class CPVT_Provider : public IPDF_VariableText::Provider { public: CPVT_Provider(IPVT_FontMap* pFontMap); ~CPVT_Provider() override; - // IPDF_VariableText_Provider + // IPDF_VariableText::Provider int32_t GetCharWidth(int32_t nFontIndex, uint16_t word, int32_t nWordStyle) override; -- cgit v1.2.3