Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1796)

Unified Diff: chrome/browser/chromeos/input_method/candidate_window.cc

Issue 5554001: Remove voodoo-ish code in the input method candidate window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698