| Index: xfa/fwl/theme/cfwl_checkboxtp.h
|
| diff --git a/xfa/fwl/theme/cfwl_checkboxtp.h b/xfa/fwl/theme/cfwl_checkboxtp.h
|
| index b04262edc2183a3f702bf820bbde2ac71ddb72db..81447b48994f62ca2462907303b535ec73c04d90 100644
|
| --- a/xfa/fwl/theme/cfwl_checkboxtp.h
|
| +++ b/xfa/fwl/theme/cfwl_checkboxtp.h
|
| @@ -66,11 +66,13 @@ class CFWL_CheckBoxTP : public CFWL_WidgetTP {
|
| FX_ARGB argbFill,
|
| CFX_Matrix* pMatrix);
|
|
|
| - void SetThemeData(uint32_t dwID);
|
| void InitCheckPath(FX_FLOAT fCheckLen);
|
|
|
| std::unique_ptr<CKBThemeData> m_pThemeData;
|
| std::unique_ptr<CFX_Path> m_pCheckPath;
|
| +
|
| + private:
|
| + void SetThemeData();
|
| };
|
|
|
| #endif // XFA_FWL_THEME_CFWL_CHECKBOXTP_H_
|
|
|