| Index: xfa/fwl/theme/cfwl_pushbuttontp.h
|
| diff --git a/xfa/fwl/theme/cfwl_pushbuttontp.h b/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| index db17e9cac6b8bf479beb6e6cb3b5a83236c16119..559f1a7f5f87d6dc4c9c08f6269e3b67acef3bbd 100644
|
| --- a/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| +++ b/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| @@ -32,7 +32,6 @@ class CFWL_PushButtonTP : public CFWL_WidgetTP {
|
| FX_ARGB clrFill[5];
|
| };
|
|
|
| - void SetThemeData(uint32_t dwID);
|
| void SetTopLineColor(uint32_t* pData);
|
| void SetLeftLineColor(uint32_t* pData);
|
| void SetRightLineColor(uint32_t* pData);
|
| @@ -44,6 +43,9 @@ class CFWL_PushButtonTP : public CFWL_WidgetTP {
|
| int32_t GetColorID(uint32_t dwStates) const;
|
|
|
| std::unique_ptr<PBThemeData> m_pThemeData;
|
| +
|
| + private:
|
| + void SetThemeData();
|
| };
|
|
|
| #endif // XFA_FWL_THEME_CFWL_PUSHBUTTONTP_H_
|
|
|