| Index: ash/dip_unittest.cc
|
| diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc
|
| index c21fb885bf95041226b4614e3106aee6bc523ee0..9869a0105205296cb0fb5c2a863942bc03bd424f 100644
|
| --- a/ash/dip_unittest.cc
|
| +++ b/ash/dip_unittest.cc
|
| @@ -47,7 +47,7 @@ TEST_F(DIPTest, WorkArea) {
|
|
|
| const gfx::Display display_2x = screen->GetDisplayNearestWindow(root);
|
| const internal::DisplayInfo display_info_2x =
|
| - Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x);
|
| + Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id());
|
|
|
| // The |bounds_in_pixel()| should report bounds in pixel coordinate.
|
| EXPECT_EQ("1,1 2000x1800",
|
|
|