| Index: xfa/include/fwl/basewidget/fwl_caret.h
|
| diff --git a/xfa/include/fwl/basewidget/fwl_caret.h b/xfa/include/fwl/basewidget/fwl_caret.h
|
| index 3b8fccbc33a27cfe78112e48f3032deeb8b607bd..547f1c9ba84274b37bf31c5358f3518b5f84f7a1 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_caret.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_caret.h
|
| @@ -17,9 +17,10 @@ class IFWL_Caret;
|
| class IFWL_Caret : public IFWL_Widget {
|
| public:
|
| static IFWL_Caret* Create();
|
| +
|
| FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
|
| FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
|
|
| FWL_ERR ShowCaret(FX_BOOL bFlag = TRUE);
|
| FWL_ERR GetFrequency(FX_DWORD& elapse);
|
|
|