| Index: chrome/browser/ui/gtk/gtk_expanded_container.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_expanded_container.cc (revision 91773)
|
| +++ chrome/browser/ui/gtk/gtk_expanded_container.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
| }
|
|
|
| void ChildSizeAllocate(GtkWidget* child, gpointer userdata) {
|
| - if (!gtk_widget_get_visible(child))
|
| + if (!GTK_WIDGET_VISIBLE(child))
|
| return;
|
|
|
| SizeAllocateData* data = reinterpret_cast<SizeAllocateData*>(userdata);
|
|
|
| Property changes on: chrome/browser/ui/gtk/gtk_expanded_container.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|