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

Unified Diff: ash/test/ash_test_base.cc

Issue 10829180: Move cursor when it's hidden so that UX can update correctly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable test for windows Created 8 years, 4 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 | « no previous file | ui/aura/env.h » ('j') | ui/aura/env.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ui/aura/env.h » ('j') | ui/aura/env.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698