diff options
Diffstat (limited to 'chrome/browser/ui/views/about_chrome_view.cc')
-rw-r--r-- | chrome/browser/ui/views/about_chrome_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/about_chrome_view.cc b/chrome/browser/ui/views/about_chrome_view.cc index a0ea35b..5d5a8b6 100644 --- a/chrome/browser/ui/views/about_chrome_view.cc +++ b/chrome/browser/ui/views/about_chrome_view.cc @@ -392,7 +392,7 @@ void AboutChromeView::Layout() { // 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(false); + gfx::Rect parent_bounds = GetParent()->GetLocalBounds(); sz = throbber_->GetPreferredSize(); int throbber_topleft_x = kPanelHorizMargin; |