| Index: chrome/browser/chromeos/input_method/candidate_window.cc
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| index 5e566e593e05aa55ddc6c856c0e1acf9988c7ec9..e0422f9b6f98a7df48a700661e42db24488f9d4c 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| @@ -1263,9 +1263,6 @@ void CandidateWindowController::Impl::OnSetCursorLocation(
|
| controller->MoveCandidateWindow(
|
| controller->cursor_location(),
|
| controller->candidate_window_->GetHorizontalOffset());
|
| - // The call is needed to ensure that the candidate window is redrawn
|
| - // properly after the cursor location is changed.
|
| - controller->candidate_window_->ResizeAndSchedulePaint();
|
| }
|
|
|
| void CandidateWindowController::Impl::OnUpdateAuxiliaryText(
|
|
|