Index: chrome/browser/chromeos/input_method/candidate_window.cc |
=================================================================== |
--- chrome/browser/chromeos/input_method/candidate_window.cc (revision 74080) |
+++ chrome/browser/chromeos/input_method/candidate_window.cc (working copy) |
@@ -713,7 +713,7 @@ |
} |
gfx::Point CandidateView::GetCandidateLabelPosition() const { |
- return candidate_label_->GetPosition(); |
+ return candidate_label_->GetMirroredPosition(); |
} |
bool CandidateView::OnMousePressed(const views::MouseEvent& event) { |