summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/dragged_tab_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/tabs/dragged_tab_gtk.h')
-rw-r--r--chrome/browser/gtk/tabs/dragged_tab_gtk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/tabs/dragged_tab_gtk.h b/chrome/browser/gtk/tabs/dragged_tab_gtk.h
index c88c10b..0057705 100644
--- a/chrome/browser/gtk/tabs/dragged_tab_gtk.h
+++ b/chrome/browser/gtk/tabs/dragged_tab_gtk.h
@@ -118,6 +118,10 @@ class DraggedTabGtk : public AnimationDelegate {
// The window that contains the dragged tab or tab contents.
GtkWidget* container_;
+ // The fixed widget that we use to contain the tab renderer so that the
+ // tab widget won't be resized.
+ GtkWidget* fixed_;
+
// The native view of the tab contents.
GtkWidget* contents_;