| Index: chrome/browser/ui/views/tabs/tab_strip.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc
|
| index d60676d95acbb7b4644d83357e082822c5eec77d..8fed116ce44a651d67d0e92673f35717083628f6 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.cc
|
| @@ -2344,7 +2344,7 @@ gfx::Rect TabStrip::GetDropBounds(int drop_index,
|
| drop_indicator_height);
|
|
|
| // If the rect doesn't fit on the monitor, push the arrow to the bottom.
|
| - gfx::Screen* screen = gfx::Screen::GetScreenFor(GetWidget()->GetNativeView());
|
| + gfx::Screen* screen = gfx::Screen::GetScreen();
|
| gfx::Display display = screen->GetDisplayMatching(drop_bounds);
|
| *is_beneath = !display.bounds().Contains(drop_bounds);
|
| if (*is_beneath)
|
|
|