Index: xfa/fwl/core/cfwl_edit.h |
diff --git a/xfa/fwl/core/cfwl_edit.h b/xfa/fwl/core/cfwl_edit.h |
index d560bc5d8deedc6720cc4449a0c36ac1054a0af0..b8b3b143a3da5adb056d38ce83e49f6fd521edf3 100644 |
--- a/xfa/fwl/core/cfwl_edit.h |
+++ b/xfa/fwl/core/cfwl_edit.h |
@@ -119,7 +119,8 @@ class CFWL_Edit : public CFWL_Widget { |
void SetScrollOffset(FX_FLOAT fScrollOffset); |
protected: |
- void ShowCaret(bool bVisible, CFX_RectF* pRect = nullptr); |
+ void ShowCaret(CFX_RectF* pRect); |
+ void HideCaret(CFX_RectF* pRect); |
const CFX_RectF& GetRTClient() const { return m_rtClient; } |
CFDE_TxtEdtEngine* GetTxtEdtEngine() { return &m_EdtEngine; } |