| Index: chrome/browser/ui/views/task_manager_view.cc | 
| =================================================================== | 
| --- chrome/browser/ui/views/task_manager_view.cc	(revision 74231) | 
| +++ chrome/browser/ui/views/task_manager_view.cc	(working copy) | 
| @@ -518,7 +518,7 @@ | 
| height() - 2 * kPanelVertMargin - prefered_height); | 
|  | 
| // y-coordinate of button top left. | 
| -  gfx::Rect parent_bounds = GetParent()->GetContentsBounds(); | 
| +  gfx::Rect parent_bounds = parent()->GetContentsBounds(); | 
| int y_buttons = | 
| parent_bounds.bottom() - prefered_height - views::kButtonVEdgeMargin; | 
|  | 
|  |