| Index: ash/display/screen_position_controller_unittest.cc
|
| diff --git a/ash/display/screen_position_controller_unittest.cc b/ash/display/screen_position_controller_unittest.cc
|
| index f9327c5adea785e494ad8d33012afbae3c9e4b89..ba8a507b88a17e631ce12a3c0656b1189e2a15ec 100644
|
| --- a/ash/display/screen_position_controller_unittest.cc
|
| +++ b/ash/display/screen_position_controller_unittest.cc
|
| @@ -25,9 +25,12 @@
|
| // TODO(scottmg): RootWindow doesn't get resized immediately on Windows
|
| // Ash. http://crbug.com/247916.
|
| #define MAYBE_ConvertHostPointToScreen DISABLED_ConvertHostPointToScreen
|
| -#define MAYBE_ConvertHostPointToScreenHiDPI DISABLED_ConvertHostPointToScreenHiDPI
|
| -#define MAYBE_ConvertHostPointToScreenRotate DISABLED_ConvertHostPointToScreenRotate
|
| -#define MAYBE_ConvertHostPointToScreenUIScale DISABLED_ConvertHostPointToScreenUIScale
|
| +#define MAYBE_ConvertHostPointToScreenHiDPI \
|
| + DISABLED_ConvertHostPointToScreenHiDPI
|
| +#define MAYBE_ConvertHostPointToScreenRotate \
|
| + DISABLED_ConvertHostPointToScreenRotate
|
| +#define MAYBE_ConvertHostPointToScreenUIScale \
|
| + DISABLED_ConvertHostPointToScreenUIScale
|
| #define MAYBE_ConvertToScreenWhileRemovingSecondaryDisplay \
|
| DISABLED_ConvertToScreenWhileRemovingSecondaryDisplay
|
| #else
|
|
|