| Index: chrome/browser/views/frame/opaque_non_client_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/opaque_non_client_view.h (revision 7908)
|
| +++ chrome/browser/views/frame/opaque_non_client_view.h (working copy)
|
| @@ -31,8 +31,8 @@
|
| // Retrieve the bounds of the window for the specified contents bounds.
|
| gfx::Rect GetWindowBoundsForClientBounds(const gfx::Rect& client_bounds);
|
|
|
| - // Retrieve the bounds (in ClientView coordinates) that the specified
|
| - // |tabstrip| will be laid out within.
|
| + // Retrieve the bounds for the specified |tabstrip|, in the coordinate system
|
| + // of the non-client view (which whould be window coordinates).
|
| gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip);
|
|
|
| // Updates the window icon/throbber.
|
| @@ -74,6 +74,10 @@
|
| // title bar, etc).
|
| int CalculateNonClientTopHeight() const;
|
|
|
| + // Returns the current thickness of the horizontal border that makes up the
|
| + // window edge.
|
| + int HorizontalBorderSize() const;
|
| +
|
| // Paint various sub-components of this view.
|
| void PaintFrameBorder(ChromeCanvas* canvas);
|
| void PaintMaximizedFrameBorder(ChromeCanvas* canvas);
|
|
|