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

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

Issue 10832282: Replace views::MouseEvent with ui::MouseEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months 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
Index: chrome/browser/chromeos/input_method/candidate_window.cc
===================================================================
--- chrome/browser/chromeos/input_method/candidate_window.cc (revision 151406)
+++ chrome/browser/chromeos/input_method/candidate_window.cc (working copy)
@@ -723,7 +723,7 @@
return candidate_label_->GetMirroredPosition();
}
-bool CandidateView::OnMousePressed(const views::MouseEvent& event) {
+bool CandidateView::OnMousePressed(const ui::MouseEvent& event) {
// TODO(kinaba): investigate a way to delay the commit until OnMouseReleased.
// Mouse-down selection is a temporally workaround for crosbug.com/11423.
//
« no previous file with comments | « chrome/browser/chromeos/input_method/candidate_view.h ('k') | chrome/browser/chromeos/options/network_config_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698