Chromium Code Reviews| Index: xfa/fwl/cfwl_caret.cpp |
| diff --git a/xfa/fwl/cfwl_caret.cpp b/xfa/fwl/cfwl_caret.cpp |
| index fdac8ec040d115561505761730a1468d55db1a57..4a95b0924b3009626881b552bd0d66b162ccf56a 100644 |
| --- a/xfa/fwl/cfwl_caret.cpp |
| +++ b/xfa/fwl/cfwl_caret.cpp |
| @@ -108,5 +108,5 @@ void CFWL_Caret::Timer::Run(CFWL_TimerInfo* pTimerInfo) { |
| CFX_RectF rt = pCaret->GetWidgetRect(); |
| rt.Set(0, 0, rt.width + 1, rt.height); |
| - pCaret->Repaint(&rt); |
| + pCaret->RepaintRect(rt); |
| } |