| Index: chrome/browser/ui/views/bookmark_editor_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmark_editor_view.cc (revision 74228)
|
| +++ chrome/browser/ui/views/bookmark_editor_view.cc (working copy)
|
| @@ -139,7 +139,7 @@
|
|
|
| // Manually lay out the New Folder button in the same row as the OK/Cancel
|
| // buttons...
|
| - gfx::Rect parent_bounds = GetParent()->GetLocalBounds();
|
| + gfx::Rect parent_bounds = GetParent()->GetContentsBounds();
|
| gfx::Size prefsize = new_group_button_->GetPreferredSize();
|
| int button_y =
|
| parent_bounds.bottom() - prefsize.height() - views::kButtonVEdgeMargin;
|
|
|