| Index: chrome/browser/ui/views/tabs/tab_strip.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/tab_strip.cc (revision 99983)
|
| +++ chrome/browser/ui/views/tabs/tab_strip.cc (working copy)
|
| @@ -776,7 +776,7 @@
|
| drop_indicator_height);
|
|
|
| // If the rect doesn't fit on the monitor, push the arrow to the bottom.
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) && !defined(USE_AURA)
|
| gfx::Rect monitor_bounds = views::GetMonitorBoundsForRect(drop_bounds);
|
| *is_beneath = (monitor_bounds.IsEmpty() ||
|
| !monitor_bounds.Contains(drop_bounds));
|
|
|