| Index: xfa/fwl/theme/cfwl_widgettp.h
|
| diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h
|
| index d8015e19db018f1868d5efb4ef6a4d4fd150d056..8a1e0c152a6b21b1e4151e5afa87064cf45e1972 100644
|
| --- a/xfa/fwl/theme/cfwl_widgettp.h
|
| +++ b/xfa/fwl/theme/cfwl_widgettp.h
|
| @@ -93,7 +93,6 @@ enum class CFWL_WidgetCapacity {
|
|
|
| class CFDE_TextOut;
|
| class CFGAS_GEFont;
|
| -class CFWL_ArrowData;
|
| class CFWL_ThemeBackground;
|
| class CFWL_ThemePart;
|
| class CFWL_ThemeText;
|
| @@ -233,27 +232,6 @@ void FWLTHEME_Release();
|
| uint32_t FWL_GetThemeLayout(uint32_t dwThemeID);
|
| uint32_t FWL_GetThemeColor(uint32_t dwThemeID);
|
|
|
| -class CFWL_ArrowData {
|
| - public:
|
| - static CFWL_ArrowData* GetInstance();
|
| - static FX_BOOL IsInstance();
|
| - static void DestroyInstance();
|
| - virtual ~CFWL_ArrowData();
|
| - void SetColorData(uint32_t dwID);
|
| -
|
| - class CColorData {
|
| - public:
|
| - FX_ARGB clrBorder[4];
|
| - FX_ARGB clrStart[4];
|
| - FX_ARGB clrEnd[4];
|
| - FX_ARGB clrSign[4];
|
| - } * m_pColorData;
|
| -
|
| - protected:
|
| - CFWL_ArrowData();
|
| - static CFWL_ArrowData* m_pInstance;
|
| -};
|
| -
|
| class CFWL_FontData {
|
| public:
|
| CFWL_FontData();
|
|
|