| Index: xfa/fwl/theme/cfwl_widgettp.h
|
| diff --git a/xfa/include/fwl/theme/widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h
|
| similarity index 97%
|
| rename from xfa/include/fwl/theme/widgettp.h
|
| rename to xfa/fwl/theme/cfwl_widgettp.h
|
| index 344f4d303433a68281e9e30c147f5f578c7c1980..03d575a1d94472feed84d964585a9500eb5a86f2 100644
|
| --- a/xfa/include/fwl/theme/widgettp.h
|
| +++ b/xfa/fwl/theme/cfwl_widgettp.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_THEME_WIDGETTP_H_
|
| -#define XFA_INCLUDE_FWL_THEME_WIDGETTP_H_
|
| +#ifndef XFA_FWL_THEME_CFWL_WIDGETTP_H_
|
| +#define XFA_FWL_THEME_CFWL_WIDGETTP_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -14,7 +14,7 @@
|
| #include "core/fxcrt/include/fx_system.h"
|
| #include "xfa/fwl/core/fwl_error.h"
|
| #include "xfa/fxgraphics/include/cfx_graphics.h"
|
| -#include "xfa/include/fwl/theme/utils.h"
|
| +#include "xfa/fwl/theme/cfwl_utils.h"
|
|
|
| class IFWL_Widget;
|
| class IFDE_TextOut;
|
| @@ -217,4 +217,4 @@ class CFWL_FontManager {
|
| std::vector<std::unique_ptr<CFWL_FontData>> m_FontsArray;
|
| };
|
|
|
| -#endif // XFA_INCLUDE_FWL_THEME_WIDGETTP_H_
|
| +#endif // XFA_FWL_THEME_CFWL_WIDGETTP_H_
|
|
|