diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-24 08:57:35 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-24 13:32:10 +0000 |
commit | c08dc39850188d96ad81f5800c7a51d2663eeb44 (patch) | |
tree | 9e132af2dd7989ea3375013c1109dd6dadb4cd55 /fpdfsdk/fxedit/fxet_list.h | |
parent | 677275efd05ce5dcbbd62f474db1f0a59e45cce8 (diff) | |
download | pdfium-c08dc39850188d96ad81f5800c7a51d2663eeb44.tar.xz |
Remove fx_edit.h
This CL moves GetPDFWordString to be a method on CFX_Edit. The
FX_EDIT_ISLATINWORD define is moved into fx_edit.h.
CFWL_Edit::FX_EDIT_ISLATINWORD is renamed to FxEditIsLatinWord to make
less confusing with the define.
Change-Id: I47d12d41447b268894a1d0376ac4b2bdb409e2df
Reviewed-on: https://pdfium-review.googlesource.com/8531
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/fxedit/fxet_list.h')
-rw-r--r-- | fpdfsdk/fxedit/fxet_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fxedit/fxet_list.h b/fpdfsdk/fxedit/fxet_list.h index 6a37d6125a..83b8d9e865 100644 --- a/fpdfsdk/fxedit/fxet_list.h +++ b/fpdfsdk/fxedit/fxet_list.h @@ -13,11 +13,11 @@ #include "core/fxcrt/cfx_unowned_ptr.h" #include "core/fxcrt/fx_coordinates.h" -#include "fpdfsdk/fxedit/fx_edit.h" class CFX_Edit; class CFX_Edit_Iterator; class CPWL_List_Notify; +class IPVT_FontMap; class CPLST_Select { public: |