summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_renderer_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/tabs/tab_renderer_gtk.h')
-rw-r--r--chrome/browser/gtk/tabs/tab_renderer_gtk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
index b25e001..51f11b7 100644
--- a/chrome/browser/gtk/tabs/tab_renderer_gtk.h
+++ b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
@@ -171,6 +171,9 @@ class TabRendererGtk : public AnimationDelegate,
// Repaint only the area of the tab that contains the favicon.
void PaintFavIconArea(GdkEventExpose* event);
+ // Returns whether the Tab should display a favicon.
+ bool ShouldShowIcon() const;
+
// Returns the minimum possible size of a single unselected Tab.
static gfx::Size GetMinimumUnselectedSize();
// Returns the minimum possible size of a selected Tab. Selected tabs must
@@ -340,8 +343,6 @@ class TabRendererGtk : public AnimationDelegate,
// current size.
int IconCapacity() const;
- // Returns whether the Tab should display a favicon.
- bool ShouldShowIcon() const;
// Returns whether the Tab should display a close button.
bool ShouldShowCloseBox() const;