diff options
Diffstat (limited to 'chrome/browser/gtk/find_bar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/find_bar_gtk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/find_bar_gtk.h b/chrome/browser/gtk/find_bar_gtk.h index 81de33a..020b814 100644 --- a/chrome/browser/gtk/find_bar_gtk.h +++ b/chrome/browser/gtk/find_bar_gtk.h @@ -164,6 +164,10 @@ class FindBarGtk : public FindBar, // If true, the change signal for the text entry is ignored. bool ignore_changed_signal_; + // This is the width of widget(). We cache it so we can recognize whether + // allocate signals have changed it, and if so take appropriate actions. + int current_fixed_width_; + scoped_ptr<NineBox> dialog_background_; DISALLOW_COPY_AND_ASSIGN(FindBarGtk); |