Chromium Code Reviews| Index: xfa/fwl/core/cfwl_caret.h |
| diff --git a/xfa/fwl/core/cfwl_caret.h b/xfa/fwl/core/cfwl_caret.h |
| index ad38f7a3ed08169e9c8f73af67c473b9195d16fe..ada0405748951e4ce00fff12b1d8f63767e6145e 100644 |
| --- a/xfa/fwl/core/cfwl_caret.h |
| +++ b/xfa/fwl/core/cfwl_caret.h |
| @@ -34,7 +34,8 @@ class CFWL_Caret : public CFWL_Widget { |
| const CFX_Matrix* pMatrix) override; |
| void Update() override; |
| - void ShowCaret(bool bFlag = true); |
| + void ShowCaret(); |
| + void HideCaret(); |
| private: |
| class Timer : public CFWL_Timer { |