| Index: chrome/browser/ui/views/status_bubble_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/status_bubble_views.cc (revision 74228)
|
| +++ chrome/browser/ui/views/status_bubble_views.cc (working copy)
|
| @@ -707,7 +707,7 @@
|
| gfx::Point top_left;
|
| views::View::ConvertPointToScreen(base_view_, &top_left);
|
| // Border included.
|
| - int window_width = base_view_->GetContentsBounds().width();
|
| + int window_width = base_view_->GetLocalBounds().width();
|
|
|
| // Get the cursor position relative to the popup.
|
| gfx::Point relative_location = location;
|
|
|