summaryrefslogtreecommitdiff
path: root/xfa/fwl/theme/cfwl_scrollbartp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/theme/cfwl_scrollbartp.h')
-rw-r--r--xfa/fwl/theme/cfwl_scrollbartp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_scrollbartp.h b/xfa/fwl/theme/cfwl_scrollbartp.h
index 839a71b034..ef2bbc99d1 100644
--- a/xfa/fwl/theme/cfwl_scrollbartp.h
+++ b/xfa/fwl/theme/cfwl_scrollbartp.h
@@ -54,9 +54,11 @@ class CFWL_ScrollBarTP : public CFWL_WidgetTP {
bool bVert,
FWLTHEME_STATE eState,
CFX_Matrix* pMatrix = nullptr);
- void SetThemeData(uint32_t dwID);
std::unique_ptr<SBThemeData> m_pThemeData;
+
+ private:
+ void SetThemeData();
};
#endif // XFA_FWL_THEME_CFWL_SCROLLBARTP_H_