Chromium Code Reviews| Index: xfa/fwl/cfwl_comboedit.cpp |
| diff --git a/xfa/fwl/cfwl_comboedit.cpp b/xfa/fwl/cfwl_comboedit.cpp |
| index 5981fd79b4d3a8f1c501a2a21ccf7eef375c6fa4..22ad6bff32642b8f9de04a6f9c46c7038abaf567 100644 |
| --- a/xfa/fwl/cfwl_comboedit.cpp |
| +++ b/xfa/fwl/cfwl_comboedit.cpp |
| @@ -23,7 +23,7 @@ CFWL_ComboEdit::CFWL_ComboEdit( |
| void CFWL_ComboEdit::ClearSelected() { |
| ClearSelections(); |
| - Repaint(&GetRTClient()); |
| + RepaintRect(GetRTClient()); |
| } |
| void CFWL_ComboEdit::SetSelected() { |