| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/browser_window_gtk.cc (revision 91772)
|
| +++ chrome/browser/ui/gtk/browser_window_gtk.cc (working copy)
|
| @@ -2075,7 +2075,7 @@
|
|
|
| // Ignore clicks that are in/below the browser toolbar.
|
| GtkWidget* toolbar = toolbar_->widget();
|
| - if (!gtk_widget_get_visible(toolbar)) {
|
| + if (!GTK_WIDGET_VISIBLE(toolbar)) {
|
| // If the toolbar is not showing, use the location of web contents as the
|
| // boundary of where to ignore clicks.
|
| toolbar = render_area_vbox_;
|
|
|