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

Unified Diff: ash/ash_root_window_transformer_unittest.cc

Issue 14466005: Magnifier: Prevent the cursor jumping on HiDPI display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | ash/magnifier/magnification_controller.cc » ('j') | ash/magnifier/magnification_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « no previous file | ash/magnifier/magnification_controller.cc » ('j') | ash/magnifier/magnification_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698