summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view.h')
-rw-r--r--chrome/browser/views/frame/browser_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index e1f71f6..2bbbc5c 100644
--- a/chrome/browser/views/frame/browser_view.h
+++ b/chrome/browser/views/frame/browser_view.h
@@ -107,6 +107,10 @@ class BrowserView : public BrowserWindow,
// avatar icon.
int GetTabStripHeight() const;
+ // Returns the bounds of the TabStrip. Used by themed views to determine the
+ // offset of IDR_THEME_TOOLBAR.
+ gfx::Rect GetTabStripBounds() const;
+
// Accessor for the TabStrip.
TabStrip* tabstrip() const { return tabstrip_; }