| Index: xfa/fgas/layout/fgas_rtfbreak.h
|
| diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h
|
| index c090a0dd5d36a55245c4c4d91d3971042eec408f..2979acb951b506ef29c9966331c5e2eb25fc952b 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);
|
|
|