diff options
Diffstat (limited to 'chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h index a1ce55b..7ece5d7 100644 --- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h +++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h @@ -226,6 +226,9 @@ class TabRendererGtk : public ui::AnimationDelegate, const gfx::Rect& title_bounds() const { return title_bounds_; } const gfx::Rect& close_button_bounds() const { return close_button_bounds_; } + // Raise button to top of Z-order. + void Raise() const; + // Returns the title of the Tab. string16 GetTitle() const; |