| Index: ui/login/account_picker/user_pod_row.js
|
| diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
|
| index 8672327337d1dc35a80726950a77d9cbcd997b7f..c36496d08a4a503ebf0f7d286d8951430160ce45 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -3114,7 +3114,7 @@ cr.define('login', function() {
|
| handleMouseMove_: function(e) {
|
| if (this.disabled)
|
| return;
|
| - if (e.webkitMovementX == 0 && e.webkitMovementY == 0)
|
| + if (e.movementX == 0 && e.movementY == 0)
|
| return;
|
|
|
| // Defocus (thus hide) action box, if it is focused on a user pod
|
|
|