diff options
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.cc')
-rw-r--r-- | chrome/browser/gtk/location_bar_view_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc index beccd08..2ba90f1 100644 --- a/chrome/browser/gtk/location_bar_view_gtk.cc +++ b/chrome/browser/gtk/location_bar_view_gtk.cc @@ -211,7 +211,7 @@ gboolean LocationBarViewGtk::HandleExpose(GtkWidget* widget, GdkDrawable* drawable = GDK_DRAWABLE(event->window); GdkGC* gc = gdk_gc_new(drawable); - GdkRectangle* alloc_rect = &alignment_.get()->allocation; + GdkRectangle* alloc_rect = &alignment_->allocation; // The area outside of our margin, which includes the border. GdkRectangle inner_rect = { |