| Index: ash/wm/custom_frame_view_ash_unittest.cc
|
| diff --git a/ash/wm/custom_frame_view_ash_unittest.cc b/ash/wm/custom_frame_view_ash_unittest.cc
|
| index 8036cc65092163211f151d0b3de70fafafffe6a4..565dd8de06ddc6e0998b22b1ed71ef816f5ac923 100644
|
| --- a/ash/wm/custom_frame_view_ash_unittest.cc
|
| +++ b/ash/wm/custom_frame_view_ash_unittest.cc
|
| @@ -252,7 +252,7 @@ TEST_F(CustomFrameViewAshTest, MAYBE_ResizeButtonDrag) {
|
| EXPECT_FALSE(ash::wm::IsWindowMinimized(window));
|
| // This is a short resizing distance and different touch behavior
|
| // applies which leads in half of the screen being used.
|
| - EXPECT_EQ("400,0 400x552", window->bounds().ToString());
|
| + EXPECT_EQ("400,0 400x553", window->bounds().ToString());
|
| }
|
|
|
| // Snap left.
|
|
|