| Index: chrome/browser/ui/views/about_chrome_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/about_chrome_view.cc (revision 74228)
|
| +++ chrome/browser/ui/views/about_chrome_view.cc (working copy)
|
| @@ -391,7 +391,7 @@
|
|
|
| // Get the y-coordinate of our parent so we can position the text left of the
|
| // buttons at the bottom.
|
| - gfx::Rect parent_bounds = GetParent()->GetLocalBounds();
|
| + gfx::Rect parent_bounds = GetParent()->GetContentsBounds();
|
|
|
| sz = throbber_->GetPreferredSize();
|
| int throbber_topleft_x = kPanelHorizMargin;
|
|
|