Chromium Code Reviews| Index: ui/aura/root_window_unittest.cc |
| =================================================================== |
| --- ui/aura/root_window_unittest.cc (revision 160992) |
| +++ ui/aura/root_window_unittest.cc (working copy) |
| @@ -360,7 +360,7 @@ |
| client.GetNonLockWindow()); |
| w2->set_id(2); |
| scoped_ptr<Window> w3( |
| - test::CreateTestWindowWithDelegate(&d, 3, gfx::Rect(30, 30, 20, 20), |
| + test::CreateTestWindowWithDelegate(&d, 3, gfx::Rect(20, 20, 20, 20), |
| client.GetLockWindow())); |
| w1->Focus(); |