Chromium Code Reviews| Index: ash/ash_root_window_transformer_unittest.cc |
| diff --git a/ash/ash_root_window_transformer_unittest.cc b/ash/ash_root_window_transformer_unittest.cc |
| index c4a1d1e1f17ac40182187266c7a9057bb1e1652e..4150f4268fcca1fb2e95c4cc8429a30970810b8a 100644 |
| --- a/ash/ash_root_window_transformer_unittest.cc |
| +++ b/ash/ash_root_window_transformer_unittest.cc |
| @@ -211,7 +211,7 @@ TEST_F(AshRootWindowTransformerTest, MAYBE_RotateAndMagnify) { |
| ScreenAsh::GetSecondaryDisplay().bounds().ToString()); |
| generator2.MoveMouseTo(172, 219); |
| EXPECT_EQ("95,80", event_handler.GetLocationAndReset()); |
| - EXPECT_EQ("169,175", |
| + EXPECT_EQ("145,200", |
|
oshima
2013/04/30 23:03:07
Can you wait until this is landed?
https://codere
oshima
2013/05/03 09:24:26
Its landed. can you update the patch?
yoshiki
2013/05/03 14:37:11
Done. Thanks!
|
| aura::Env::GetInstance()->last_mouse_location().ToString()); |
| EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); |
| EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id)); |