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

Unified Diff: ui/aura/window_targeter_unittest.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 | « ui/aura/test/test_screen.cc ('k') | ui/aura/window_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_targeter_unittest.cc
diff --git a/ui/aura/window_targeter_unittest.cc b/ui/aura/window_targeter_unittest.cc
index 08efdaa9bce6d9192f83afff2a27eaaead6364cf..09392818cde9ed1e9f45429a0bb6d7daa56fc105 100644
--- a/ui/aura/window_targeter_unittest.cc
+++ b/ui/aura/window_targeter_unittest.cc
@@ -39,7 +39,7 @@ TEST_F(WindowTargeterTest, Basic) {
gfx::Point(20, 20),
ui::EF_NONE,
ui::EF_NONE);
- root_window()->GetDispatcher()->AsRootWindowHostDelegate()->
+ root_window()->GetDispatcher()->AsWindowTreeHostDelegate()->
OnHostMouseEvent(&press);
EXPECT_EQ(1, handler.num_mouse_events());
« no previous file with comments | « ui/aura/test/test_screen.cc ('k') | ui/aura/window_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698