summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/infobar_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/infobar_gtk.cc')
-rw-r--r--chrome/browser/gtk/infobar_gtk.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/gtk/infobar_gtk.cc b/chrome/browser/gtk/infobar_gtk.cc
index 4820b4f..4430135 100644
--- a/chrome/browser/gtk/infobar_gtk.cc
+++ b/chrome/browser/gtk/infobar_gtk.cc
@@ -88,6 +88,8 @@ void InfoBar::AnimateOpen() {
void InfoBar::Open() {
slide_widget_->OpenWithoutAnimation();
+ if (border_bin_.get()->window)
+ gdk_window_lower(border_bin_.get()->window);
}
void InfoBar::AnimateClose() {