| Index: xfa/fwl/core/cfwl_caret.cpp
|
| diff --git a/xfa/fwl/core/cfwl_caret.cpp b/xfa/fwl/core/cfwl_caret.cpp
|
| index 97cf1e96823180cca7347cb84ff5f84d21bdd479..b4ebf2cec8280d3c07b447990501c00168a920db 100644
|
| --- a/xfa/fwl/core/cfwl_caret.cpp
|
| +++ b/xfa/fwl/core/cfwl_caret.cpp
|
| @@ -23,8 +23,8 @@ const uint32_t kFrequency = 400;
|
|
|
| CFWL_Caret::CFWL_Caret(const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties,
|
| - IFWL_Widget* pOuter)
|
| - : IFWL_Widget(app, std::move(properties), pOuter),
|
| + CFWL_Widget* pOuter)
|
| + : CFWL_Widget(app, std::move(properties), pOuter),
|
| m_pTimer(new CFWL_Caret::Timer(this)),
|
| m_pTimerInfo(nullptr) {
|
| SetStates(FWL_STATE_CAT_HightLight);
|
|
|