Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h |
diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h |
index 4d5c5a9daa9cad77bc788b6fb015756bca1a3850..c99f7cf69d0584a481700684e53e9ea4c7cba9e7 100644 |
--- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h |
+++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h |
@@ -132,6 +132,9 @@ class TabRendererGtk : public ui::AnimationDelegate, |
// Updates the display to reflect the contents of this TabRenderer's model. |
void UpdateFromModel(); |
+ // Returns true if the Tab is active, false otherwise. |
+ virtual bool IsActive() const; |
+ |
// Returns true if the Tab is selected, false otherwise. |
virtual bool IsSelected() const; |