diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 16:41:23 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 16:41:23 +0000 |
commit | 641dcfd54a64f53c356f10373d7ee70d3342cae8 (patch) | |
tree | 98a90fe540025e96a5e155567d3da1dfab34361a /ash/drag_drop | |
parent | 6a617b58c1229bb0dce0727dc8a97f20df973baf (diff) | |
download | chromium_src-641dcfd54a64f53c356f10373d7ee70d3342cae8.zip chromium_src-641dcfd54a64f53c356f10373d7ee70d3342cae8.tar.gz chromium_src-641dcfd54a64f53c356f10373d7ee70d3342cae8.tar.bz2 |
Rename RootWindowHost to WindowTreeHost
TBR=sky@chromium.org
http://crbug.com/308843
Review URL: https://codereview.chromium.org/126513004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/drag_drop')
-rw-r--r-- | ash/drag_drop/drag_drop_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc index 6b838c9..8ad4271 100644 --- a/ash/drag_drop/drag_drop_controller_unittest.cc +++ b/ash/drag_drop/drag_drop_controller_unittest.cc @@ -737,7 +737,7 @@ TEST_F(DragDropControllerTest, SyntheticEventsDuringDragDrop) { gfx::Point mouse_move_location = drag_view->bounds().CenterPoint(); ui::MouseEvent mouse_move(ui::ET_MOUSE_MOVED, mouse_move_location, mouse_move_location, 0, 0); - Shell::GetPrimaryRootWindow()->GetDispatcher()->AsRootWindowHostDelegate()-> + Shell::GetPrimaryRootWindow()->GetDispatcher()->AsWindowTreeHostDelegate()-> OnHostMouseEvent(&mouse_move); } |