| 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..b2910c06dd2341f9580c059f154f4c2fedafb943 100644
|
| --- a/ash/wm/frame_painter_unittest.cc
|
| +++ b/ash/wm/frame_painter_unittest.cc
|
| @@ -475,6 +475,8 @@ TEST_F(FramePainterTest, UseSoloWindowHeaderConstrained) {
|
| #endif
|
|
|
| TEST_F(FramePainterTest, MAYBE_UseSoloWindowHeaderMultiDisplay) {
|
| + RETURN_IF_WIN8;
|
| +
|
| UpdateDisplay("1000x600,600x400");
|
|
|
| // Create two widgets and painters for them.
|
|
|