diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 16:44:11 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 16:44:11 +0000 |
commit | 2d933813ff07d6747177585a9f62a462d8265474 (patch) | |
tree | c14278817b6d4aad2a36cbf9d8460b1167242169 /chrome/browser/gtk/find_bar_gtk.h | |
parent | 426daf1af6c21115dcf338e1b845ca7f6f4d316b (diff) | |
download | chromium_src-2d933813ff07d6747177585a9f62a462d8265474.zip chromium_src-2d933813ff07d6747177585a9f62a462d8265474.tar.gz chromium_src-2d933813ff07d6747177585a9f62a462d8265474.tar.bz2 |
GTK Themes: Use the GTK close button in the download shelf and popup notification.
Review URL: http://codereview.chromium.org/155939
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21394 0039d316-1c4b-4281-b951-d872f2087c98
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 fea1b4f..81de33a 100644 --- a/chrome/browser/gtk/find_bar_gtk.h +++ b/chrome/browser/gtk/find_bar_gtk.h @@ -17,6 +17,7 @@ class Browser; class BrowserWindowGtk; class CustomDrawButton; class FindBarController; +class GtkThemeProvider; class NineBox; class SlideAnimatorGtk; class TabContentsContainerGtk; @@ -116,6 +117,9 @@ class FindBarGtk : public FindBar, Browser* browser_; BrowserWindowGtk* window_; + // Provides colors and information about GTK. + GtkThemeProvider* theme_provider_; + // GtkFixed containing the find bar widgets. OwnedWidgetGtk fixed_; |