Index: chrome/browser/ui/views/frame/browser_frame_gtk.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_frame_gtk.cc (revision 92600) |
+++ chrome/browser/ui/views/frame/browser_frame_gtk.cc (working copy) |
@@ -53,7 +53,7 @@ |
void BrowserFrameGtk::TabStripDisplayModeChanged() { |
if (GetWidget()->GetRootView()->has_children()) { |
// Make sure the child of the root view gets Layout again. |
- GetWidget()->GetRootView()->GetChildViewAt(0)->InvalidateLayout(); |
+ GetWidget()->GetRootView()->child_at(0)->InvalidateLayout(); |
} |
GetWidget()->GetRootView()->Layout(); |
} |