Index: chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc |
=================================================================== |
--- chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc (revision 91773) |
+++ chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc (working copy) |
@@ -198,7 +198,7 @@ |
NULL, NULL, &padding, NULL); |
ChildData data; |
- data.visible = gtk_widget_get_visible(child); |
+ data.visible = GTK_WIDGET_VISIBLE(child); |
data.padding = padding; |
data.x = child->allocation.x; |
data.width = child->allocation.width; |
Property changes on: chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |