diff options
author | thestig <thestig@chromium.org> | 2016-05-25 21:39:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-25 21:39:46 -0700 |
commit | 25fa42f398d1f8007aa36531e0436dc769817ad3 (patch) | |
tree | b2c8d396fe70c324774ed5dce5f9c9fe204f9534 /xfa/fgas/layout/fgas_rtfbreak.h | |
parent | 818e1900a3811e1bde1e594e4966db612f845966 (diff) | |
download | pdfium-25fa42f398d1f8007aa36531e0436dc769817ad3.tar.xz |
Clean up fx_ge.h and IWYU.
Review-Url: https://codereview.chromium.org/2009253003
Diffstat (limited to 'xfa/fgas/layout/fgas_rtfbreak.h')
-rw-r--r-- | xfa/fgas/layout/fgas_rtfbreak.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h index c090a0dd5d..2979acb951 100644 --- a/xfa/fgas/layout/fgas_rtfbreak.h +++ b/xfa/fgas/layout/fgas_rtfbreak.h @@ -9,7 +9,6 @@ #include "core/fxcrt/include/fx_basic.h" #include "core/fxcrt/include/fx_ucd.h" -#include "core/fxge/include/fx_ge.h" #include "xfa/fgas/crt/fgas_memory.h" #include "xfa/fgas/crt/fgas_utils.h" #include "xfa/fgas/layout/fgas_textbreak.h" @@ -244,7 +243,7 @@ class CFX_RTFLine { class CFX_RTFBreak { public: - CFX_RTFBreak(uint32_t dwPolicies); + explicit CFX_RTFBreak(uint32_t dwPolicies); ~CFX_RTFBreak(); void SetLineBoundary(FX_FLOAT fLineStart, FX_FLOAT fLineEnd); |