Index: ash/test/ash_test_base.cc |
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc |
index e559833f26b13dd12124b64342372fd2f11f811a..717bf51e641efe0ce6c9b5dd84518602e1123e46 100644 |
--- a/ash/test/ash_test_base.cc |
+++ b/ash/test/ash_test_base.cc |
@@ -59,6 +59,7 @@ void AshTestBase::SetUp() { |
ash::Shell::CreateInstance(delegate); |
Shell::GetPrimaryRootWindow()->Show(); |
Shell::GetPrimaryRootWindow()->SetHostSize(gfx::Size(800, 600)); |
+ Shell::GetInstance()->cursor_manager()->ShowCursor(true); |
// Disable animations during tests. |
ui::LayerAnimator::set_disable_animations_for_test(true); |