diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-10 10:16:06 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-10 21:16:19 +0000 |
commit | 7ffb59f7f540a67fb808c1e5a2a7edfacf125e3a (patch) | |
tree | 7f6fc5563912ce4b6e8878b4b5fe337eac3d40a8 /xfa/fde/ifde_visualset.h | |
parent | f7520395821090b36a5ad8c658a844c3342dbf66 (diff) | |
download | pdfium-7ffb59f7f540a67fb808c1e5a2a7edfacf125e3a.tar.xz |
Remove CFDE_Path
This CL removes CFDE_Path. There is only one method, AddLine which is
required, the rest can be removed. That method is moved to CFX_PathData
which is what CFDE_Path is appending to anyway.
Change-Id: If50af8cf856a9f7379791fe1999174db5fd13e38
Reviewed-on: https://pdfium-review.googlesource.com/10454
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fde/ifde_visualset.h')
-rw-r--r-- | xfa/fde/ifde_visualset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fde/ifde_visualset.h b/xfa/fde/ifde_visualset.h index 144475f047..b5babd2c46 100644 --- a/xfa/fde/ifde_visualset.h +++ b/xfa/fde/ifde_visualset.h @@ -13,7 +13,6 @@ #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_system.h" #include "core/fxge/fx_dib.h" -#include "xfa/fde/cfde_path.h" #include "xfa/fgas/font/cfgas_fontmgr.h" class FXTEXT_CHARPOS; |