Index: chrome/browser/ui/gtk/download/download_item_gtk.h |
diff --git a/chrome/browser/ui/gtk/download/download_item_gtk.h b/chrome/browser/ui/gtk/download/download_item_gtk.h |
index 76f9dc47c7aa5049c1dcda2b43b0b79d6e5cbfe1..d66fce6ff5a21aac38e4bd7e20e594b6a96c469d 100644 |
--- a/chrome/browser/ui/gtk/download/download_item_gtk.h |
+++ b/chrome/browser/ui/gtk/download/download_item_gtk.h |
@@ -160,6 +160,9 @@ class DownloadItemGtk : public DownloadItem::Observer, |
// animation. |
OwnedWidgetGtk body_; |
+ // The widget that contains the texts of |name_label_| and |status_label_|. |
+ GtkWidget* text_stack_; |
+ |
// The GtkLabel that holds the download title text. |
GtkWidget* name_label_; |