| Index: ash/test/ash_test_base.cc
|
| ===================================================================
|
| --- ash/test/ash_test_base.cc (revision 177177)
|
| +++ ash/test/ash_test_base.cc (working copy)
|
| @@ -65,7 +65,7 @@
|
| // Move the mouse cursor to far away so that native events doesn't
|
| // interfere test expectations.
|
| Shell::GetPrimaryRootWindow()->MoveCursorTo(gfx::Point(-1000, -1000));
|
| - Shell::GetInstance()->cursor_manager()->ShowCursor(true);
|
| + Shell::GetInstance()->cursor_manager()->EnableMouseEvents();
|
| }
|
|
|
| void AshTestBase::TearDown() {
|
|
|