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

Unified Diff: ash/wm/overview/window_selector_unittest.cc

Issue 184903003: Window ownership -> WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/wm/lock_state_controller.cc ('k') | ash/wm/screen_dimmer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_unittest.cc
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
index c200c381d318f38fce16cc24602a02bb1d066537..d0f63cd3e15ec1d0aa76c8e35e0306c8586da553 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -269,7 +269,7 @@ TEST_F(WindowSelectorTest, Basic) {
// The cursor should be visible and locked as a pointer
EXPECT_EQ(ui::kCursorPointer,
- root_window->GetDispatcher()->host()->last_cursor().native_type());
+ root_window->GetHost()->last_cursor().native_type());
EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorLocked());
EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorVisible());
« no previous file with comments | « ash/wm/lock_state_controller.cc ('k') | ash/wm/screen_dimmer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698