| Index: ash/wm/frame_painter_unittest.cc
|
| diff --git a/ash/wm/frame_painter_unittest.cc b/ash/wm/frame_painter_unittest.cc
|
| index 3c9d55ce158182525f68a14b4fb6366cadb615e0..703aafc27b779cec73ad59b3fc601ea0344bdb0a 100644
|
| --- a/ash/wm/frame_painter_unittest.cc
|
| +++ b/ash/wm/frame_painter_unittest.cc
|
| @@ -475,6 +475,9 @@ TEST_F(FramePainterTest, UseSoloWindowHeaderConstrained) {
|
| #endif
|
|
|
| TEST_F(FramePainterTest, MAYBE_UseSoloWindowHeaderMultiDisplay) {
|
| + if (!SupportsMultipleDisplays())
|
| + return;
|
| +
|
| UpdateDisplay("1000x600,600x400");
|
|
|
| // Create two widgets and painters for them.
|
|
|