summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/download_shelf_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/download_shelf_gtk.h')
-rw-r--r--chrome/browser/gtk/download_shelf_gtk.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/gtk/download_shelf_gtk.h b/chrome/browser/gtk/download_shelf_gtk.h
index f5c561f..0528522 100644
--- a/chrome/browser/gtk/download_shelf_gtk.h
+++ b/chrome/browser/gtk/download_shelf_gtk.h
@@ -39,10 +39,8 @@ class DownloadShelfGtk : public DownloadShelf {
// |hbox_| holds the download items and buttons of the shelf.
GtkWidget* hbox_;
- // |shelf_| is the highest level widget of the shelf. It has a single
- // child, |hbox_|. It exists because we need to be able to set the background
- // color of the shelf, and GtkBoxes don't have a gdk window, which is a
- // requisite for changing the background color.
+ // |shelf_| is the highest level widget of the shelf. See the constructor
+ // for an explanation of the widget layout.
GtkWidget* shelf_;
// The 'x' that the user can press to hide the download shelf.