// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FPDFSDK_PWL_CPWL_EDIT_IMPL_H_ #define FPDFSDK_PWL_CPWL_EDIT_IMPL_H_ #include <deque> #include <memory> #include <utility> #include <vector> #include "core/fpdfdoc/cpvt_variabletext.h" #include "core/fpdfdoc/cpvt_wordrange.h" #include "core/fxcrt/bytestring.h" #include "core/fxcrt/fx_codepage_forward.h" #include "core/fxcrt/unowned_ptr.h" #include "core/fxge/dib/fx_dib.h" #include "fpdfsdk/pwl/ipwl_fillernotify.h" class CFX_RenderDevice; class CPWL_Edit; class CPWL_EditImpl { … }; #endif // FPDFSDK_PWL_CPWL_EDIT_IMPL_H_