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

Unified Diff: ash/autoclick/autoclick_controller.cc

Issue 126513004: Rename RootWindowHost to WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/cancel_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/autoclick_controller.cc
diff --git a/ash/autoclick/autoclick_controller.cc b/ash/autoclick/autoclick_controller.cc
index 8520dcf70a7090158903e5d40996c33c02d93165..6638b6d1c7245d188bdeec00678c15c7cc82f9e2 100644
--- a/ash/autoclick/autoclick_controller.cc
+++ b/ash/autoclick/autoclick_controller.cc
@@ -199,8 +199,8 @@ void AutoclickControllerImpl::DoAutoclick() {
mouse_event_flags_ | ui::EF_LEFT_MOUSE_BUTTON,
ui::EF_LEFT_MOUSE_BUTTON);
- dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&press_event);
- dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&release_event);
+ dispatcher->AsWindowTreeHostDelegate()->OnHostMouseEvent(&press_event);
+ dispatcher->AsWindowTreeHostDelegate()->OnHostMouseEvent(&release_event);
}
// static.
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/cancel_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698