| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/opaque_browser_frame_view.h (revision 145906)
|
| +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.h (working copy)
|
| @@ -120,6 +120,9 @@
|
| // there was one).
|
| gfx::Rect IconBounds() const;
|
|
|
| + // Returns the combined bounds for the tab strip and avatar area.
|
| + gfx::Rect GetBoundsForTabStripAndAvatarArea(views::View* tabstrip) const;
|
| +
|
| // Paint various sub-components of this view. The *FrameBorder() functions
|
| // also paint the background of the titlebar area, since the top frame border
|
| // and titlebar background are a contiguous component.
|
|
|