| Index: xfa/fwl/lightwidget/cfwl_widget.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h
|
| index fd30b71b4c201cc441d8ecb82a47d7691238fad7..1c29b1f58e23e471f7f69e0ce26b696d8d18839c 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.h
|
| @@ -20,9 +20,10 @@ class CFWL_WidgetMgr;
|
| class CFWL_Widget {
|
| public:
|
| virtual ~CFWL_Widget();
|
| +
|
| IFWL_Widget* GetWidget();
|
| FWL_Error GetClassName(CFX_WideString& wsClass) const;
|
| - uint32_t GetClassID() const;
|
| + FWL_Type GetClassID() const;
|
| virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
|
|
|
| FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
|
|