| Index: xfa/fwl/core/cfwl_themepart.h
|
| diff --git a/xfa/fwl/core/cfwl_themepart.h b/xfa/fwl/core/cfwl_themepart.h
|
| index 93565e91f5b3117902441a655bee38da951ac167..f80bb8e07a993874ac6459efa046e233bd4acc96 100644
|
| --- a/xfa/fwl/core/cfwl_themepart.h
|
| +++ b/xfa/fwl/core/cfwl_themepart.h
|
| @@ -77,7 +77,7 @@ enum CFWL_PartState {
|
| CFWL_PartState_Selected = 1 << 14
|
| };
|
|
|
| -class IFWL_Widget;
|
| +class CFWL_Widget;
|
|
|
| class CFWL_ThemePart {
|
| public:
|
| @@ -85,7 +85,7 @@ class CFWL_ThemePart {
|
|
|
| CFX_Matrix m_matrix;
|
| CFX_RectF m_rtPart;
|
| - IFWL_Widget* m_pWidget;
|
| + CFWL_Widget* m_pWidget;
|
| CFWL_Part m_iPart;
|
| uint32_t m_dwStates;
|
| bool m_bMaximize;
|
|
|